Author Topic: Color Codes...  (Read 1806 times)

Can someone tell me the color codes? I need them.
I only know, <color: FFF00> Which is yellow but need some more

http://en.wikipedia.org/wiki/Html_color#X11_color_names
http://html-color-codes.com/
try those 2, i use them all the time, ffffff is white, 000000 black i think, 00cc00 i think is blue or green...

<color:FFFF11>Robo Noob<color:666666>64<color:FFFFFF>: Nou :D

<color:FFFF11>Robo Noob<color:666666>64<color:FFFFFF>: Nou :D

Use this website his are ewwie
http://html-color-codes.com/

Txt
Txt
Txt
Txt
Txt
Txt
Txt
Txt

Code: [Select]
[color=#ff0000]Txt[/color]
[color=#00ff00]Txt[/color]
[color=#0000ff]Txt[/color]
[color=#ffffff]Txt[/color]
[color=#000000]Txt[/color]
[color=#ffff00]Txt[/color]
[color=#ff00ff]Txt[/color]
[color=#00ffff]Txt[/color]

useable digets

0 1 2 3 4 5 6 6 7 9 A B C D E F

0 = 0%
F= 100%
f0f0f0= 50% grey

Also forgot

First two digets = red scale

Second = green

third = blue

RGB

F0F0F0 isn't 50% gray.
It's 808080.


I meant your first one biatch

F0F0F0 isn't 50% gray.
It's 808080.
That is stupid. I would think that using F as 100 and 0 as 0 would balance out at 50

here is an example
255 is the limit for RGB
R=Red
G=Green
B=Blue
  R    G    B
255 255 255

That is stupid. I would think that using F as 100 and 0 as 0 would balance out at 50
No... F counts as the first digit, like 16. 160, is what you said.
FF being 160+16=176
80 being 80.


oops my bad i meant this

255 is the limit for RGB
R=Red
G=Green
B=Blue
T=transparent
  R    G    B     T
255 255 255 255

oops my bad i meant this

255 is the limit for RGB
R=Red
G=Green
B=Blue
T=transparent
  R    G    B     T
255 255 255 255
This isn't colorsets, we're talking about color codes for event messages.

No... F counts as the first digit, like 16. 160, is what you said.
FF being 160+16=176
80 being 80.

Mm not quite.
HEX = RGB (%)
FF = 255 (100%)
C0 = 192 (75%)
80 = 128 (50%)
40 = 64 (25%)
00 = 0 (0%)