Shades of Golden Poppy #FCC511
Tints of Golden Poppy #FCC511
RGB
CMYK
RGB Variations
Color information
#FCC511 (or 0xFCC511) is known color: Golden Poppy. HEX triplet: FC, C5 and 11. RGB value is (252,197,17). Sum of RGB (Red+Green+Blue) = 252+197+17=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC511 is #033AEE. Grayscale: #C1C1C1. Windows color (decimal): -211695 or 1164796. OLE color: 1164796.
HSL color Cylindrical-coordinate representation of color #FCC511: hue angle of 45.96º 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 #FCC511 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.01 |
| HSL | 45.96º | 0.98% | 0.53% | - |
| HSV(B) | 45.96º | 0.93% | 0.99% | - |
| XYZ | 60.21 | 60.67 | 9.07 | - |
| YUV | 192.93 | 28.72 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 17 | 0 | 0.22 | 0.93 | 0.01 | 45.96 | 0.98 | 0.53 |
| Hex | FC | C5 | 11 | 0 | 16 | 5D | 1 | 2E | 62 | 35 |
| Octal | 374 | 305 | 21 | 0 | 26 | 135 | 1 | 56 | 142 | 65 |
| Binary | 11111100 | 11000101 | 10001 | 0 | 10110 | 1011101 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FCC511
Complementary color
Monochromatic Colors of #FCC511
Black with #FCC511
Text Example
Text Example
White with #FCC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC511; }
p { color: rgb(252,197,17); }
H1.HeaderClassName
{
color: #FCC511;
}
.AnyTagClassName
{
color: #FCC511;
}
</style>
background-color css
<style>
a { background-color: #FCC511; }
a { background-color: rgb(252,197,17); }
div.DivClassName
{
background-color: #FCC511;
}
.BgClassName
{
background-color: #FCC511;
}
</style>
border-color css
<style>
span { border-color: #FCC511; }
span { border-color: rgb(252,197,17); }
td.TdClassName
{
border-color: #FCC511;
}
.TagClassName
{
border-color: #FCC511;
}
</style>