and then reproduce it as a font or background colour in a web-page? Here is the answer - Firstly, a Java applet that gives you the code for any colour and shade. And secondly, a script that coverts hex values to decimal values and vice versa and shows the colour as the background of the page. |
I cannot recall where this came from but it was a free download
so you are welcome to copy and use it.
Its location is
http://www.geocities.com/rainforest/wetlands/2766/colorpicker.class
You will also need to download the file
http://www.geocities.com/rainforest/wetlands/2766/colours.txt
which gives the simple instructions on how use it.
The above can be useful for checking text colours against a particular coloured background.
This is how some of the main colours look -
(you can change the background using the above javascript) -
This is how each main colour looks. - 000000
This is how each main colour looks. - 800000
This is how each main colour looks. - 008000
This is how each main colour looks. - 808000
This is how each main colour looks. - 000080
This is how each main colour looks. - 800080
This is how each main colour looks. - 008080
This is how each main colour looks. - C0C0C0
This is how each main colour looks. - C0DCC0
This is how each main colour looks. - A6CAF0
This is how each main colour looks. - FFFBF0
This is how each main colour looks. - A0A0A4
This is how each main colour looks. - 808080
This is how each main colour looks. - FF0000
This is how each main colour looks. - 00FF00
This is how each main colour looks. - FFFF00
This is how each main colour looks. - 0000FF
This is how each main colour looks. - FF00FF
This is how each main colour looks. - 00FFFF
This is how each main colour looks. - FFFFFF
Decimal to Hex Colours
Alternatively, if you don't have Java and you need to convert to Hex codes from decimal,
(Just look at FF to F0 to get an idea of the pattern,
FF - 255
FE - 254
FD - 253
FC - 252
FB - 251
FA - 250
F9 - 249
F8 - 28
F7 - 247
F6 - 246
F5 - 245
F4 - 244
F3 - 243
F2 - 242
F1 - 241
F0 - 240 |