#FFC111 (or 0xFFC111) is unknown color: approx Amber. HEX triplet: FF, C1 and 11. RGB value is (255,193,17). Sum of RGB (Red+Green+Blue) = 255+193+17=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC111 is #003EEE. Grayscale: #C0C0C0. Windows color (decimal): -16111 or 1163775. OLE color: 1163775.
HSL color Cylindrical-coordinate representation of color #FFC111: hue angle of 44.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFC111 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.
<style> p { color: #FFC111; } p { color: rgb(255,193,17); } H1.HeaderClassName { color: #FFC111; } .AnyTagClassName { color: #FFC111; } </style>
<style> a { background-color: #FFC111; } a { background-color: rgb(255,193,17); } div.DivClassName { background-color: #FFC111; } .BgClassName { background-color: #FFC111; } </style>
<style> span { border-color: #FFC111; } span { border-color: rgb(255,193,17); } td.TdClassName { border-color: #FFC111; } .TagClassName { border-color: #FFC111; } </style>