I have a web page which has a pic. That pic has a color.
I need the hex code of the color in that pic. How can I get it?
I have a web page which has a pic. That pic has a color.
I need the hex code of the color in that pic. How can I get it?
Take a screen shot and open it in a regular or sophisticated paint application to get the color. Or better: download the pic and open it in a paint app.
Get firefox. Get ColorZilla plugin. Click mouse on ColorZilla. Move over the color you want. Voila! You have the hex codes.
The IE developer toolbar (F12 in IE8) has a colour picker in the tools menu that should help you.
Kindness,
Dan
Firefox has a few add-ons available that do the same thing.
Take a screen shot of the page, open it in Adobe Photoshop and select that color with the dropper tool. The Color dialog will show you the Hex Code, the RGB Color and the CYMK color code for that. You can do the same in GIMP if you dont have Photoshop.
If you want to do this in software, rather than manually, you could use a canvas element in supported browsers - draw the image on the canvas, then extract the colour information of the desired pixel. See this related question for how.
ColorSchemer ColorPix is another good option. Light weight, and it gives you (among others) the RGB as well as the Hex for a given color.
You can try Pixie from Nattyware. That is free and they also have a portable version.