Web Safe Colors
The Color Tables
| Hex, Decimal and Percentage Equivalents
Introduction
Browsers and monitors do not display colors consistently.
Thus that nice hunter green on your monitor might be dark
brown on someone else's monitor. To make sure that your chosen
colors will appear the same on as many monitors as possible,
you might want to use "Web safe" colors. Even then the results
may not look quite the same on another monitor because of
contrast, brightness, and other factors.
This palette identifies colors as combinations of red, green
and blue, using hexadecimal numbers for each color. The Web
safe color palette limits you to the following values for
red, green and blue: 00, 33, 66, 99, CC and FF.
The guides below give the hex code and the color it produces.
Reading across the first row, the first two letters in a column
give the red value and the second two give the green value.
For the blue value, replace the dashes with the two letters
in the leftmost column. Thus the first color is FFFFFF, the
color below that is FFFFCC, the color to the right is FFCCFF.
If your graphics program doesn't support hex values, the
decimal and percentage equivalents are given in The
Hex table.
Color Guides
#1
|
FFFF-- |
FFCC-- |
FF99-- |
FF66-- |
FF33-- |
FF00-- |
|
FF
|
|
|
|
|
|
|
|
CC
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
00
|
|
|
|
|
|
|
#2
|
CCFF-- |
CCCC-- |
CC99-- |
CC66-- |
CC33-- |
CC00-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
# 3
|
99FF-- |
99CC-- |
9999-- |
9966-- |
9933-- |
9900-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
#4
|
66FF-- |
66CC-- |
6699-- |
6666-- |
6633-- |
6600-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
# 5
|
33FF-- |
33CC-- |
3399-- |
3366-- |
3333-- |
3300-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
# 6
|
00FF-- |
00CC-- |
0099-- |
0066-- |
0033-- |
0000-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Hex, Decimal and Percentage Equivalents
Table 7
| Hex |
00 |
33 |
66 |
99 |
CC |
FF |
Percentage |
00 |
20 |
40 |
60 |
80 |
100 |
Decimal |
00 |
51 |
102 |
153 |
204 |
255 |
Now you can see:
0066CC hex = 00,102,204 decimal = 00,40,80 percentage,
and
0099FF hex = 00,153,255 decimal = 00,60,100 percentage.
|