Jump to content

Three color codes for text


Recommended Posts

Posted

A simple question, what are the color codes for various texts

352nd_Wheels
Posted

For the forum text?
Under the A on the toolbar there is an option to change the text color.

color_tutorial-00.png.1001ed03eb04ab1b693abf674558d598.png

Using the More Colors option allows you to enter html color codes.

color_tutorial-01.png.acb5cdc7fecb1bcf1449fe2ff0a79778.png

 

https://htmlcolorcodes.com/

  •     White     #FFFFFF     rgb(255, 255, 255)
  •     Silver     #C0C0C0     rgb(192, 192, 192)
  •     Gray     #808080     rgb(128, 128, 128)
  •     Black     #000000     rgb(0, 0, 0)
  •     Red     #FF0000     rgb(255, 0, 0)
  •     Maroon     #800000     rgb(128, 0, 0)
  •     Yellow     #FFFF00     rgb(255, 255, 0)
  •     Olive     #808000     rgb(128, 128, 0)
  •     Lime     #00FF00     rgb(0, 255, 0)
  •     Green     #008000     rgb(0, 128, 0)
  •     Aqua     #00FFFF     rgb(0, 255, 255)
  •     Teal     #008080     rgb(0, 128, 128)
  •     Blue     #0000FF     rgb(0, 0, 255)
  •     Navy     #000080     rgb(0, 0, 128)
  •     Fuchsia     #FF00FF     rgb(255, 0, 255)
  •     Purple     #800080     rgb(128, 0, 128)

 

I included the rgb values just in case you meant something else. Hope one of them answers your question.

 

Wheels

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...