HTML Colors Tired of living in a black-and-white world?

Type in any color

< body bgcolor=maroon >
changes the background of the entire document to maroon.
type this command at the beginning of the document


< font color=midnightblue >
changes the color of selected text to midnight blue

Click here to get the colors swatches

Do your colors scientifically

  • HTML colors can be represented in code, in triple couplets, as in
    < font color=123456 > or
    < font color=abcdef >

  • The first two digits represent Red, the second is Green, and the last is Blue

  • Two fs mean a full value of the color
    Two 0s gives you a zero-value
    Hence

    color=ff0000 yields Red
    color=ff0000 yields Green
    color=ff0000 yields Blue

  • Click here for the other color and letter combinations.
Gary Mariano / DLSU Communication
7:57 AM 2/27/01