Shades of Golden Poppy #FCC50A
Tints of Golden Poppy #FCC50A
RGB
CMYK
RGB Variations
Color information
#FCC50A (or 0xFCC50A) is known color: Golden Poppy. HEX triplet: FC, C5 and 0A. RGB value is (252,197,10). Sum of RGB (Red+Green+Blue) = 252+197+10=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC50A is #033AF5. Grayscale: #C0C0C0. Windows color (decimal): -211702 or 706044. OLE color: 706044.
HSL color Cylindrical-coordinate representation of color #FCC50A: hue angle of 46.36º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCC50A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.01 |
| HSL | 46.36º | 0.98% | 0.51% | - |
| HSV(B) | 46.36º | 0.96% | 0.99% | - |
| XYZ | 60.17 | 60.65 | 8.82 | - |
| YUV | 192.13 | 25.22 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 10 | 0 | 0.22 | 0.96 | 0.01 | 46.36 | 0.98 | 0.51 |
| Hex | FC | C5 | A | 0 | 16 | 60 | 1 | 2E | 62 | 33 |
| Octal | 374 | 305 | 12 | 0 | 26 | 140 | 1 | 56 | 142 | 63 |
| Binary | 11111100 | 11000101 | 1010 | 0 | 10110 | 1100000 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FCC50A
Complementary color
Monochromatic Colors of #FCC50A
Black with #FCC50A
Text Example
Text Example
White with #FCC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC50A; }
p { color: rgb(252,197,10); }
H1.HeaderClassName
{
color: #FCC50A;
}
.AnyTagClassName
{
color: #FCC50A;
}
</style>
background-color css
<style>
a { background-color: #FCC50A; }
a { background-color: rgb(252,197,10); }
div.DivClassName
{
background-color: #FCC50A;
}
.BgClassName
{
background-color: #FCC50A;
}
</style>
border-color css
<style>
span { border-color: #FCC50A; }
span { border-color: rgb(252,197,10); }
td.TdClassName
{
border-color: #FCC50A;
}
.TagClassName
{
border-color: #FCC50A;
}
</style>