RGB Color Space

256 colors in each channel (Red, Green, Blue). Values can be

The following are all equivalent ways of defining a shade of orange, in this case Tennessee Volunteer orange:

  • rgb(255,130,0)
  • rgb(100%, 51%, 0%)
  • #ff8200
    • ff = hexadecimal value for red
      82 = hexadecimal value for green
      00 = hexadecimal value for blue
 
Select Color:

Hex value: