| ||||||||
Operating systems don't define or render all colors identically.Fortunately, out of the multitude of colors, there are 216 colors that are identically defined and rendered across operating systems. HTML uses a hexadecimal number to express color values...it is made up of three values: red, blue, and green in concentrations ranging from 0 to 255 (decimal) or 0 to FF (hexadecimal) For example blue is #0000FF. To illustrate the point...
Notice that the highest concentration of all color #FFFFFF is white, while black is #000000 By the way there are 256 X 256 X 256 color combinations (that's a little over 16 million possibilities). There are only six hexadecimal color values that form a web-safe color. Therefore, if you memorize the following six hexadecimal color values, you can easily discern if a color is Web-safe.
This does not mean that even these are 100% reliable or that any other combinations will not work, just be aware that there are subtle differences that could haunt your efforts!
|
|
Copyright © 1999
- 2005 |