#FFCC33 (or 0xFFCC33) is unknown color: approx Sunglow. HEX triplet: FF, CC and 33. RGB value is (255,204,51). Sum of RGB (Red+Green+Blue) = 255+204+51=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC33 is a web safe color. Inversed color of #FFCC33 is #0033CC. Grayscale: #CACACA. Windows color (decimal): -13261 or 3394815. OLE color: 3394815.
HSL color Cylindrical-coordinate representation of color #FFCC33: hue angle of 45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFCC33 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.
<style> p { color: #FFCC33; } p { color: rgb(255,204,51); } H1.HeaderClassName { color: #FFCC33; } .AnyTagClassName { color: #FFCC33; } </style>
<style> a { background-color: #FFCC33; } a { background-color: rgb(255,204,51); } div.DivClassName { background-color: #FFCC33; } .BgClassName { background-color: #FFCC33; } </style>
<style> span { border-color: #FFCC33; } span { border-color: rgb(255,204,51); } td.TdClassName { border-color: #FFCC33; } .TagClassName { border-color: #FFCC33; } </style>