Shades of Golden Poppy #FCC20E
Tints of Golden Poppy #FCC20E
RGB
CMYK
RGB Variations
Color information
#FCC20E (or 0xFCC20E) is known color: Golden Poppy. HEX triplet: FC, C2 and 0E. RGB value is (252,194,14). Sum of RGB (Red+Green+Blue) = 252+194+14=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC20E is #033DF1. Grayscale: #BFBFBF. Windows color (decimal): -212466 or 967420. OLE color: 967420.
HSL color Cylindrical-coordinate representation of color #FCC20E: hue angle of 45.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC20E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.38º | 0.98% | 0.52% | - |
| HSV(B) | 45.38º | 0.94% | 0.99% | - |
| XYZ | 59.52 | 59.31 | 8.73 | - |
| YUV | 190.82 | 28.22 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 14 | 0 | 0.23 | 0.94 | 0.01 | 45.38 | 0.98 | 0.52 |
| Hex | FC | C2 | E | 0 | 17 | 5E | 1 | 2D | 62 | 34 |
| Octal | 374 | 302 | 16 | 0 | 27 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 11000010 | 1110 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCC20E
Complementary color
Monochromatic Colors of #FCC20E
Black with #FCC20E
Text Example
Text Example
White with #FCC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC20E; }
p { color: rgb(252,194,14); }
H1.HeaderClassName
{
color: #FCC20E;
}
.AnyTagClassName
{
color: #FCC20E;
}
</style>
background-color css
<style>
a { background-color: #FCC20E; }
a { background-color: rgb(252,194,14); }
div.DivClassName
{
background-color: #FCC20E;
}
.BgClassName
{
background-color: #FCC20E;
}
</style>
border-color css
<style>
span { border-color: #FCC20E; }
span { border-color: rgb(252,194,14); }
td.TdClassName
{
border-color: #FCC20E;
}
.TagClassName
{
border-color: #FCC20E;
}
</style>