inherit
146432
0
Oct 8, 2010 16:24:32 GMT -8
Zhenson
102
September 2009
zodiacking
|
Post by Zhenson on Feb 12, 2010 13:42:01 GMT -8
I'm not sure if this goes here, but what does a Hex Code mean? (for character groups)
|
|
inherit
77753
0
Jul 18, 2024 12:23:50 GMT -8
Bob
2,623
April 2006
bobbyhensley
|
Post by Bob on Feb 12, 2010 14:02:42 GMT -8
I'm not sure if this goes here, but what does a Hex Code mean? (for character groups) Hexadecimal Color GeneratorHexadecimal colors codes are your ordinary decimal RGB ( RGB) triplets converted into a hexadecimal triplet (# RRGGBB). They're most commonly used for web colors.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Feb 12, 2010 23:54:17 GMT -8
To expand upon that, hexadecimal [in all uses of the word] means "base 16" numbers. The common numerical system is "base 10," meaning you have 10 unique numbers before you start reusing them. 0 (the first unique number), 1, 2, 3, 4, 5, 6, 7, 8, 9 (the tenth unique number), 10 (a combination of 1 and 0), 11 (a combination of 1 and 1), etc. In hexadecimal, you count to 16 before repeating: 0 (the first unique number), 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f (the sixteenth unique number), 10 (the hex equivalent of 17 in base 10), 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f, 20 (the hex equivalent of 32 in base 10)
Hex color codes use this base 16 number system to use numbers from 00 to FF, where FF is 255 in base 10. So the colors are split up into Red, Green, and Blue, as shown in Bobby's post. The higher the hex value for the color, the more dominant the color. FF0000 = red 00FF00 = green 0000FF = blue And then you can mix the three to create different colors.
|
|
inherit
AddonChat Assistant
22379
0
Sept 22, 2019 17:23:35 GMT -8
Greg
Bringing friends and aquaintances back together
4,704
April 2004
lyqos
|
Post by Greg on Feb 13, 2010 8:11:44 GMT -8
If you should ever want and need to capture a color you like you can use Color Cop to simplify matters.
|
|