Getting a list of HTML hexadecimal color codes

S

smck

I am learning to create a web page using HTML codes. I would like a list of
these codes to specify colors (backgroundand/or text) in my web page.
 
T

Tom Pepper Willett

Google is your friend. Many, many pages of charts, such as:
http://www.htmlhelpcentral.com/hexcolors.html
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| I am learning to create a web page using HTML codes. I would like a list
of
| these codes to specify colors (backgroundand/or text) in my web page.
 
S

Sparky Polastri

smck said:
I am learning to create a web page using HTML codes. I would like a list of
these codes to specify colors (backgroundand/or text) in my web page.

Its RGB (red green blue).

So 0055FF is 00 Red, 55 Green, FF (255) Blue. The rest is guesswork.

Or you could Google it for any of the 1,000's of tables out there that will
show you.
 
S

smck

Thank you for replying so quickly. This was most helpful as it is exactly
what I wanted. I give this reply a 5 out of 5 rating.
smck
 
Top