#FF7B00 (or 0xFF7B00) is unknown color: approx Tangerine. HEX triplet: FF, 7B and 00. RGB value is (255,123,0). Sum of RGB (Red+Green+Blue) = 255+123+0=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B00 is #0084FF. Grayscale: #959595. Windows color (decimal): -34048 or 31743. OLE color: 31743.
HSL color Cylindrical-coordinate representation of color #FF7B00: hue angle of 28.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7B00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF7B00; } p { color: rgb(255,123,0); } H1.HeaderClassName { color: #FF7B00; } .AnyTagClassName { color: #FF7B00; } </style>
<style> a { background-color: #FF7B00; } a { background-color: rgb(255,123,0); } div.DivClassName { background-color: #FF7B00; } .BgClassName { background-color: #FF7B00; } </style>
<style> span { border-color: #FF7B00; } span { border-color: rgb(255,123,0); } td.TdClassName { border-color: #FF7B00; } .TagClassName { border-color: #FF7B00; } </style>