Text Color
The font color tag is the same as the size tag except we will specify a color and not a size. Remember that the font tag is a companion tag so it will have a closing tag. Remember that companion tags should be closed in the opposite direction of the opening tags.
When specifying a color you need to use the hexadecimal equivalent for the color. When you declare your color be sure that you start it with the # symbol.
Your text editor may have a color selection chart included, if not then you may want to do some searching for one that you like. We have provided two different color selection charts for you with the 216 web safe colors here.
Background color chart or Text color chart
In addition we have our own color chart where you can fine tune and select from 16.7 million colors.
For demonstration we will work with four colors and four paragraphs.
The font color tag is a companion type and is written as follows;
<font color="#FF0000">text to be colored</font>
We will style each of the paragraphs with a different color, using the colors
red (#FF0000)
green (#00FF00)
blue (#0000FF)
and yellow (#FFFF00).