Here I am executing the some of projects of Computer Vision using OpenCv and python
At first the image is converted to HSV. Then a mask is created to extract the required color and by performing bitwise and with orginal image we can extract required color (orange in this case).