Shades of Golden Poppy #FCC110
Tints of Golden Poppy #FCC110
RGB
CMYK
RGB Variations
Color information
#FCC110 (or 0xFCC110) is known color: Golden Poppy. HEX triplet: FC, C1 and 10. RGB value is (252,193,16). Sum of RGB (Red+Green+Blue) = 252+193+16=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC110 is #033EEF. Grayscale: #BFBFBF. Windows color (decimal): -212720 or 1098236. OLE color: 1098236.
HSL color Cylindrical-coordinate representation of color #FCC110: hue angle of 45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC110 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 16 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45º | 0.98% | 0.53% | - |
| HSV(B) | 45º | 0.94% | 0.99% | - |
| XYZ | 59.31 | 58.87 | 8.73 | - |
| YUV | 190.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 16 | 0 | 0.23 | 0.94 | 0.01 | 45 | 0.98 | 0.53 |
| Hex | FC | C1 | 10 | 0 | 17 | 5E | 1 | 2D | 62 | 35 |
| Octal | 374 | 301 | 20 | 0 | 27 | 136 | 1 | 55 | 142 | 65 |
| Binary | 11111100 | 11000001 | 10000 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FCC110
Complementary color
Monochromatic Colors of #FCC110
Black with #FCC110
Text Example
Text Example
White with #FCC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC110; }
p { color: rgb(252,193,16); }
H1.HeaderClassName
{
color: #FCC110;
}
.AnyTagClassName
{
color: #FCC110;
}
</style>
background-color css
<style>
a { background-color: #FCC110; }
a { background-color: rgb(252,193,16); }
div.DivClassName
{
background-color: #FCC110;
}
.BgClassName
{
background-color: #FCC110;
}
</style>
border-color css
<style>
span { border-color: #FCC110; }
span { border-color: rgb(252,193,16); }
td.TdClassName
{
border-color: #FCC110;
}
.TagClassName
{
border-color: #FCC110;
}
</style>