« Back to BASIC HTML Page


Customized and Simple Text Coloring

Just highlight the codes below and edit the text!

Click Here for a Color Picker
Once you have a 6 digit color number replace the "#" symbols with it.

<font color="######">Custom Font Color Text </font>

<font color="red">Red Text</font>

<font color="orangered">RedOrange Text</font>

<font color="orange">Orange Text</font>

<font color="gold">Gold Text</font>

<font color="yellow">Yellow Text</font>

<font color="greenyellow">GreenYellow Text</font>

<font color="lime">Lime Text</font>

<font color="green">Green Text</font>

<font color="teal">Teal Text</font>

<font color="cyan">Cyan Text</font>

<font color="turquoise">Turquoise Text</font>

<font color="dodgerblue">DodgerBlue Text</font>

<font color="blue">Blue Text</font>

<font color="purple">Purple Text</font>

<font color="deeppink">DeepPink Text</font>

<font color="hotpink">HotPink Text</font>

<font color="pink">Pink Text</font>

<font color="slategray">SlateGray Text</font>

<font color="gray">Gray Text</font>

<font color="darkgray">DarkGray Text</font>

Basic Text Styling

<tt> Typewriter Text </tt>

<b> Bold Text </b>

<s> Strikkin Text </s>

<u> Underlined Text </u>

<i> Italic Text </i>

Simple Font Picking for a single line of Text

<font face="trebuchet ms">Trebuchet MS Font</font>

<font face="Comic Sans MS">Comic Sans MS Font</font>

<font face="Verdana">Verdana Font</font>

<font face="Arial">Arial Font</font>

<font face="Courier New">Courier New Font</font>

<font face="Times New Roman">Times New Roman Font</font>

<font face="Small Fonts">Small Fonts Font</font>

<font face="Georgia">Georgia Font</font>

<font face="Tahoma">Tahoma Font</font>

Simple Text Sizing

<small> Small Text </small>

<big> Big Text </big>

<h5> Heading 5 </h5>

<h3>Heading 3 </h3>

<h1> Heading 1 </h1>

*Small Fonts was shown at "8px" display, Use small PX display numbers such as 6, 7 or 8 to display Small Fonts properly
**Heading Sizes range from 1-8, Try all the numbers to find one that best suits you.

« Back to BASIC HTML Page