HTML:  Colour insertion

<Body text="#FF0000">

This is the code used for designating the overall colour of the text upon your page, where #FF0000 (red) is the text colour (black is default).

<Font color="#3366FF">

This is the code used for changing the colour a certain percentage of text upon your page, where #3366FF (light blue) is the text colour.

<Bgcolor="#009966">

This is the code used for having a background colour upon your page, where #009966 (pale green) is the background colour (white is default).
This code can also be used in table cells to designate cell background colours.