Shades of Golden Poppy #FCC50C
Tints of Golden Poppy #FCC50C
RGB
CMYK
RGB Variations
Color information
#FCC50C (or 0xFCC50C) is known color: Golden Poppy. HEX triplet: FC, C5 and 0C. RGB value is (252,197,12). Sum of RGB (Red+Green+Blue) = 252+197+12=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC50C is #033AF3. Grayscale: #C1C1C1. Windows color (decimal): -211700 or 837116. OLE color: 837116.
HSL color Cylindrical-coordinate representation of color #FCC50C: hue angle of 46.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCC50C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.01 |
| HSL | 46.25º | 0.98% | 0.52% | - |
| HSV(B) | 46.25º | 0.95% | 0.99% | - |
| XYZ | 60.18 | 60.65 | 8.88 | - |
| YUV | 192.36 | 26.22 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 12 | 0 | 0.22 | 0.95 | 0.01 | 46.25 | 0.98 | 0.52 |
| Hex | FC | C5 | C | 0 | 16 | 5F | 1 | 2E | 62 | 34 |
| Octal | 374 | 305 | 14 | 0 | 26 | 137 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000101 | 1100 | 0 | 10110 | 1011111 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC50C
Complementary color
Monochromatic Colors of #FCC50C
Black with #FCC50C
Text Example
Text Example
White with #FCC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC50C; }
p { color: rgb(252,197,12); }
H1.HeaderClassName
{
color: #FCC50C;
}
.AnyTagClassName
{
color: #FCC50C;
}
</style>
background-color css
<style>
a { background-color: #FCC50C; }
a { background-color: rgb(252,197,12); }
div.DivClassName
{
background-color: #FCC50C;
}
.BgClassName
{
background-color: #FCC50C;
}
</style>
border-color css
<style>
span { border-color: #FCC50C; }
span { border-color: rgb(252,197,12); }
td.TdClassName
{
border-color: #FCC50C;
}
.TagClassName
{
border-color: #FCC50C;
}
</style>