#FF3300 (or 0xFF3300) is unknown color: approx Scarlet. HEX triplet: FF, 33 and 00. RGB value is (255,51,0). Sum of RGB (Red+Green+Blue) = 255+51+0=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3300 is a web safe color. Inversed color of #FF3300 is #00CCFF. Grayscale: #6A6A6A. Windows color (decimal): -52480 or 13311. OLE color: 13311.
HSL color Cylindrical-coordinate representation of color #FF3300: hue angle of 12º 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 #FF3300 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF3300; } p { color: rgb(255,51,0); } H1.HeaderClassName { color: #FF3300; } .AnyTagClassName { color: #FF3300; } </style>
<style> a { background-color: #FF3300; } a { background-color: rgb(255,51,0); } div.DivClassName { background-color: #FF3300; } .BgClassName { background-color: #FF3300; } </style>
<style> span { border-color: #FF3300; } span { border-color: rgb(255,51,0); } td.TdClassName { border-color: #FF3300; } .TagClassName { border-color: #FF3300; } </style>