Getting a list of HTML hexadecimal color codes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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.
 
and...there's a ton of free; color pickers, color blenders, color palette chosers out there on the web...very helpful stuff.


|
| | > 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.
|
|
 
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
 
Back
Top