Font Colors
Font Colors
Written By: Art


Rate This Tutorial!


Have you ever wanted to change the color of your words? Instead of plain old black, would you prefer red, or maybe green? The coding for it is actually really simple and easy. Just copy the code below:

<font color="your color here">Text here!</font>
Don't forget to keep the </font> or your whole block of words will be the same color! You don't want that happening, do you? Next, just chnage "your color here" with the color you want. If you want orange, replace the words and type in "orange", if you want purple, type in "purple"... You get the point, right? There are also shades of colors. If you want dark green, simply type in "darkgreen". Remember not to put a space in between the shade and color!

You can also put Hex Codes instead of plain old color words! Just use the code below!

<font color="#123456">Text here!</font>
Just replace the "123456" with your six-number hex code. Then, you can literally make your text any color, any shade, the way you like it! This tool can be very useful if you want to catch someone's attention or simply make your site colorful! :D

I hope that this guide helped you make your text colorful! If you have any questions, comments, corrections, or concerns, just e-mail me: aqua.neo.admin@gmail.com.

-Art