Shades of Golden Poppy #FCC011
Tints of Golden Poppy #FCC011
RGB
CMYK
RGB Variations
Color information
#FCC011 (or 0xFCC011) is known color: Golden Poppy. HEX triplet: FC, C0 and 11. RGB value is (252,192,17). Sum of RGB (Red+Green+Blue) = 252+192+17=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC011 is #033FEE. Grayscale: #BEBEBE. Windows color (decimal): -212975 or 1163516. OLE color: 1163516.
HSL color Cylindrical-coordinate representation of color #FCC011: hue angle of 44.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCC011 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.01 |
| HSL | 44.68º | 0.98% | 0.53% | - |
| HSV(B) | 44.68º | 0.93% | 0.99% | - |
| XYZ | 59.1 | 58.44 | 8.69 | - |
| YUV | 189.99 | 30.38 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 17 | 0 | 0.24 | 0.93 | 0.01 | 44.68 | 0.98 | 0.53 |
| Hex | FC | C0 | 11 | 0 | 18 | 5D | 1 | 2D | 62 | 35 |
| Octal | 374 | 300 | 21 | 0 | 30 | 135 | 1 | 55 | 142 | 65 |
| Binary | 11111100 | 11000000 | 10001 | 0 | 11000 | 1011101 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FCC011
Complementary color
Monochromatic Colors of #FCC011
Black with #FCC011
Text Example
Text Example
White with #FCC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC011; }
p { color: rgb(252,192,17); }
H1.HeaderClassName
{
color: #FCC011;
}
.AnyTagClassName
{
color: #FCC011;
}
</style>
background-color css
<style>
a { background-color: #FCC011; }
a { background-color: rgb(252,192,17); }
div.DivClassName
{
background-color: #FCC011;
}
.BgClassName
{
background-color: #FCC011;
}
</style>
border-color css
<style>
span { border-color: #FCC011; }
span { border-color: rgb(252,192,17); }
td.TdClassName
{
border-color: #FCC011;
}
.TagClassName
{
border-color: #FCC011;
}
</style>