#FF3A00 (or 0xFF3A00) is unknown color: approx Orange Red. HEX triplet: FF, 3A and 00. RGB value is (255,58,0). Sum of RGB (Red+Green+Blue) = 255+58+0=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A00 is #00C5FF. Grayscale: #6E6E6E. Windows color (decimal): -50688 or 15103. OLE color: 15103.
HSL color Cylindrical-coordinate representation of color #FF3A00: hue angle of 13.65º 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 #FF3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF3A00; } p { color: rgb(255,58,0); } H1.HeaderClassName { color: #FF3A00; } .AnyTagClassName { color: #FF3A00; } </style>
<style> a { background-color: #FF3A00; } a { background-color: rgb(255,58,0); } div.DivClassName { background-color: #FF3A00; } .BgClassName { background-color: #FF3A00; } </style>
<style> span { border-color: #FF3A00; } span { border-color: rgb(255,58,0); } td.TdClassName { border-color: #FF3A00; } .TagClassName { border-color: #FF3A00; } </style>