How exactly do I use that change the font color. I mean, if I wanted a specific color, how would I know what to change it too.
I know my colors for pic editing programs. Like the color 255,000,000 makes a full red and stuff like that. But this #FF0000 stuff seems nothing like that....
Will it always be something like #FF0000. I mean, starting with two letters and then 4 numbers after it?
I was also wondering if there was some kind of list that shows the different colors for this.
#FF0000 Colors
- Clara Yuri Asaki
- Joined: Thu Aug 15, 2002 1:37 pm
- Location: Where the Goddesses sleep in each other's arms peacefully... Loves: Shoujo-Ai and Yuri
- Contact:
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
#FF0000 is a hexadecimal representation of (255,0,0). If your paint program doesn't show you hex, there are colour sliders here to generate the hex equivalent:
http://www.lissaexplains.com/color2.shtml
Or, you can type the numbers on this less cutesy page:
http://www.two4u.com/color/dec-hex.html
The format is #RRGGBB where the double letter items are hex values.
Information on binary/decimal/hexadecimal/octal:
http://people.ee.ethz.ch/~oetiker/webto ... c_hex.html
http://www.lissaexplains.com/color2.shtml
Or, you can type the numbers on this less cutesy page:
http://www.two4u.com/color/dec-hex.html
The format is #RRGGBB where the double letter items are hex values.
Information on binary/decimal/hexadecimal/octal:
http://people.ee.ethz.ch/~oetiker/webto ... c_hex.html
- Clara Yuri Asaki
- Joined: Thu Aug 15, 2002 1:37 pm
- Location: Where the Goddesses sleep in each other's arms peacefully... Loves: Shoujo-Ai and Yuri
- Contact:
^_^
Thanks! I got it now! Cool! ^_^