Shades of Golden Poppy #FCC20F
Tints of Golden Poppy #FCC20F
RGB
CMYK
RGB Variations
Color information
#FCC20F (or 0xFCC20F) is known color: Golden Poppy. HEX triplet: FC, C2 and 0F. RGB value is (252,194,15). Sum of RGB (Red+Green+Blue) = 252+194+15=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC20F is #033DF0. Grayscale: #BFBFBF. Windows color (decimal): -212465 or 1032956. OLE color: 1032956.
HSL color Cylindrical-coordinate representation of color #FCC20F: hue angle of 45.32º 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 #FCC20F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.32º | 0.98% | 0.52% | - |
| HSV(B) | 45.32º | 0.94% | 0.99% | - |
| XYZ | 59.52 | 59.31 | 8.76 | - |
| YUV | 190.94 | 28.72 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 15 | 0 | 0.23 | 0.94 | 0.01 | 45.32 | 0.98 | 0.52 |
| Hex | FC | C2 | F | 0 | 17 | 5E | 1 | 2D | 62 | 34 |
| Octal | 374 | 302 | 17 | 0 | 27 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 11000010 | 1111 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCC20F
Complementary color
Monochromatic Colors of #FCC20F
Black with #FCC20F
Text Example
Text Example
White with #FCC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC20F; }
p { color: rgb(252,194,15); }
H1.HeaderClassName
{
color: #FCC20F;
}
.AnyTagClassName
{
color: #FCC20F;
}
</style>
background-color css
<style>
a { background-color: #FCC20F; }
a { background-color: rgb(252,194,15); }
div.DivClassName
{
background-color: #FCC20F;
}
.BgClassName
{
background-color: #FCC20F;
}
</style>
border-color css
<style>
span { border-color: #FCC20F; }
span { border-color: rgb(252,194,15); }
td.TdClassName
{
border-color: #FCC20F;
}
.TagClassName
{
border-color: #FCC20F;
}
</style>