Author Topic: Event color codes.  (Read 881 times)

I just would like a list of them.

As in <color:FFFFFF>, etc?
Search online for a "RGB to HEX" converter if you know RGB.

Theres a ton of possibilities (16777216 to be exact), so I can't list them all.

Ok here are the colors I want then.
Black
White
Green
Red
Yellow
Blue
Etc

I just want some basic colors realy.

Here are some color
RGB:
Blue
0 0 255
Red
255 0 0
Green
0 255 0
Purple
255 0 255
Cyan
0 255 255
Yellow
255 255 0
Black
0 0 0
White
255 255 255
Ok now heres HEX:
Black
#000000
White
#FFFFFF
Red
#FF0000
Blue
#0000FF
Green
#00FF00
Yellow
#FFFF00
Purple
#FF00FF
Cyan
#00FFFF

In addition to sonic's, some other common colors are:

Orange
#FF8000

Pink
#FF0080

Brown
#804000

Gray
#808080

His red and green don't work, not sure about others

It would work if you did it properly.

Code: [Select]
<color:#FF0000>Hello World!
in an event would appear as this:

Quote
Hello World!

Im doing white, then red.

No modify. Like so:
The door is now LOCKED

Then just put this:

Code: [Select]
<color:FFFFFF>The door is now <color:FF0000>LOCKED

Thats what I did :/ The red part came out black

Code: [Select]
<color:FF5000> Nope!
Warning - while you were typing a new reply has been posted. You may wish to review your post.

****

Well it works fine for me o_O