|
I was just curious about colors so I built this page to show the ones that have names. The W3C organization defines a few that every browser should support. Netscape and Internet Explorer each have their own set of named colors. Below you will see the W3C colors with their RGB code values. If you are using a NetScape browser you will see the colors your browser recognizes by name. If you are using an Internet Explorer browser then you'll see the list supported by that browser. If the color name is supported by both Netscape and the Internet Explorer an asterisk (*) is shown after the color name.
Below that you will see color names generally recognized by Java applications.
The tables are generated from arrays of data using PHP.
W3C predefined
| Yellow | ffff00 | White | ffffff | Teal | 008080 | Silver | c0c0c0 | Red | ff0000 | | Purple | 800080 | Navy | 000080 | Maroon | 800000 | Lime | 00ff00 | Green | 008000 | | Gray | 808080 | Fuchsia | ff00ff | Blue | 0000ff | Black | 000000 | Aqua | 00ffff |
Unknown Predefined
Color names generally recognized by Java Applets:
| Color.yellow | ffff00 | Color.white | ffffff | Color.red | ff0000 | Color.pink | ffafaf | | Color.orange | ffc800 | Color.magenta | ff00ff | Color.lightGray | c0c0c0 | Color.green | 00ff00 | | Color.gray | 808080 | Color.darkGray | 404040 | Color.cyan | 00ffff | Color.blue | 0000ff | | Color.black | 000000 |
|