#FFCC3F (or 0xFFCC3F) is unknown color: approx Sunglow. HEX triplet: FF, CC and 3F. RGB value is (255,204,63). Sum of RGB (Red+Green+Blue) = 255+204+63=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC3F is #0033C0. Grayscale: #CBCBCB. Windows color (decimal): -13249 or 4181247. OLE color: 4181247.
HSL color Cylindrical-coordinate representation of color #FFCC3F: hue angle of 44.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCC3F is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.
<style> p { color: #FFCC3F; } p { color: rgb(255,204,63); } H1.HeaderClassName { color: #FFCC3F; } .AnyTagClassName { color: #FFCC3F; } </style>
<style> a { background-color: #FFCC3F; } a { background-color: rgb(255,204,63); } div.DivClassName { background-color: #FFCC3F; } .BgClassName { background-color: #FFCC3F; } </style>
<style> span { border-color: #FFCC3F; } span { border-color: rgb(255,204,63); } td.TdClassName { border-color: #FFCC3F; } .TagClassName { border-color: #FFCC3F; } </style>