#FFCC00 (or 0xFFCC00) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CC and 00. RGB value is (255,204,0). Sum of RGB (Red+Green+Blue) = 255+204+0=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC00 is a web safe color. Inversed color of #FFCC00 is #0033FF. Grayscale: #C4C4C4. Windows color (decimal): -13312 or 52479. OLE color: 52479.
HSL color Cylindrical-coordinate representation of color #FFCC00: hue angle of 48º 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 #FFCC00 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #ffcc00; } p { color: rgb(255,204,0); } H1.HeaderClassName { color: #ffcc00; } .AnyTagClassName { color: #ffcc00; } </style>
<style> a { background-color: #ffcc00; } a { background-color: rgb(255,204,0); } div.DivClassName { background-color: #ffcc00; } .BgClassName { background-color: #ffcc00; } </style>
<style> span { border-color: #ffcc00; } span { border-color: rgb(255,204,0); } td.TdClassName { border-color: #ffcc00; } .TagClassName { border-color: #ffcc00; } </style>