#FF3E13 (or 0xFF3E13) is unknown color: approx Orange Red. HEX triplet: FF, 3E and 13. RGB value is (255,62,19). Sum of RGB (Red+Green+Blue) = 255+62+19=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E13 is #00C1EC. Grayscale: #737373. Windows color (decimal): -49645 or 1261311. OLE color: 1261311.
HSL color Cylindrical-coordinate representation of color #FF3E13: hue angle of 10.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3E13 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.
<style> p { color: #FF3E13; } p { color: rgb(255,62,19); } H1.HeaderClassName { color: #FF3E13; } .AnyTagClassName { color: #FF3E13; } </style>
<style> a { background-color: #FF3E13; } a { background-color: rgb(255,62,19); } div.DivClassName { background-color: #FF3E13; } .BgClassName { background-color: #FF3E13; } </style>
<style> span { border-color: #FF3E13; } span { border-color: rgb(255,62,19); } td.TdClassName { border-color: #FF3E13; } .TagClassName { border-color: #FF3E13; } </style>