#FFC400 (or 0xFFC400) is unknown color: approx Golden Poppy. HEX triplet: FF, C4 and 00. RGB value is (255,196,0). Sum of RGB (Red+Green+Blue) = 255+196+0=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC400 is #003BFF. Grayscale: #C0C0C0. Windows color (decimal): -15360 or 50431. OLE color: 50431.
HSL color Cylindrical-coordinate representation of color #FFC400: hue angle of 46.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 #FFC400 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FFC400; } p { color: rgb(255,196,0); } H1.HeaderClassName { color: #FFC400; } .AnyTagClassName { color: #FFC400; } </style>
<style> a { background-color: #FFC400; } a { background-color: rgb(255,196,0); } div.DivClassName { background-color: #FFC400; } .BgClassName { background-color: #FFC400; } </style>
<style> span { border-color: #FFC400; } span { border-color: rgb(255,196,0); } td.TdClassName { border-color: #FFC400; } .TagClassName { border-color: #FFC400; } </style>