| hexadecimal |
A hexidecimal code is a set of six numbers/letters that make a color. Hexidecimals are made up of letters A through F and numbers 0 through 9. F is the lightest (a code of FFFFFF produces the color white), while 0 is the darkest (a code of 000000 produces the color black). Any combination of AF and 0-9 is possible. A randomly selected code of 243FD9 produces this color.
Ãâó: www.arwen-undomiel.com/misc/dict.html
|
|---|---|
| hexadecimal |
When you define colors for backgrounds, links, fonts and whatever else in HTML, you can either define them with a word (ie "white") or the hexadecimal equivalent. The hexadecimal notation represents each RGB (red, green & blue) component of a color in two characters, 00 to FF, rather than three characters, 000 to 256. The hexadecimal equivalent of white is 000000, and black is FFFFFF. ...
Ãâó: www.conceptwebsites.com/SEO/common-terms.htm
|
| hexadecimal |
A base-16 numbering system with numbers 0-9 and letters AF which is used in HTML for specifying RGB color values.
Ãâó: www.wizzywigg.com/lev2_glossary2.htm
|