#FFC600 (or 0xFFC600) is unknown color: approx Golden Poppy. HEX triplet: FF, C6 and 00. RGB value is (255,198,0). Sum of RGB (Red+Green+Blue) = 255+198+0=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC600 is #0039FF. Grayscale: #C1C1C1. Windows color (decimal): -14848 or 50943. OLE color: 50943.
HSL color Cylindrical-coordinate representation of color #FFC600: hue angle of 46.59º 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 #FFC600 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FFC600; } p { color: rgb(255,198,0); } H1.HeaderClassName { color: #FFC600; } .AnyTagClassName { color: #FFC600; } </style>
<style> a { background-color: #FFC600; } a { background-color: rgb(255,198,0); } div.DivClassName { background-color: #FFC600; } .BgClassName { background-color: #FFC600; } </style>
<style> span { border-color: #FFC600; } span { border-color: rgb(255,198,0); } td.TdClassName { border-color: #FFC600; } .TagClassName { border-color: #FFC600; } </style>