Is there anything that helps me know a colors html/css name? Kinda like (RED-G1G46D)?

i don't know how else to explain

Public Comments

  1. (Red is #ff0000 or #f00 in shorthand.) There are web sites with common names - http://en.wikipedia.org/wiki/Web_colors is one of them. Is there a way to determine the name from the actual color? Probably, but you'd have to write a program to do it. Determining the color from the code - like getting Red from #FF0000 - is as simple as looking it up in a database, or even a text file of all the colors.
  2. I know of three ways: 1. in photoshop, you can eyedropper the color and then select it on the color menu in the tool bar. It will bring up the window and the nearest web-safe hex color code will be displayed. 2. In dreamweaver, select the color change box from the toolbar and scroll over any specific color. It will show the hex-color. 3. On any webpage, you can view the source. You'll have to know your way around looking at the code, but most of the time it's in there, unless they have an embedded Style sheet, but if they have that, then the code will show the link to the style sheet and you could download it to see.
  3. check this , hope it will help :) http://html-color-codes.com/ Here's another one i forgot to add :D http://www107.lunapic.com/editor/index.php?action=color
Powered by Yahoo! Answers