<< Colors - 2 | Index: HTML Basics | Next: Special Text >>

Colors 3

No normal human bothers to think in hex for doing web colors. Just Google for “html color chart.” Here’s a good one:
 

http://www.islandnet.com/colors.html

Also, newer browsers support stuff like
<body bgcolor=”red”>

But to be fully compatible with older software, you should stick with the hex values. (Plus, it’s cooler, in that twisted, geeky way.)