Shades of Golden Poppy #FCC40F
Tints of Golden Poppy #FCC40F
RGB
CMYK
RGB Variations
Color information
#FCC40F (or 0xFCC40F) is known color: Golden Poppy. HEX triplet: FC, C4 and 0F. RGB value is (252,196,15). Sum of RGB (Red+Green+Blue) = 252+196+15=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC40F is #033BF0. Grayscale: #C0C0C0. Windows color (decimal): -211953 or 1033468. OLE color: 1033468.
HSL color Cylindrical-coordinate representation of color #FCC40F: hue angle of 45.82º 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 #FCC40F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.01 |
| HSL | 45.82º | 0.98% | 0.52% | - |
| HSV(B) | 45.82º | 0.94% | 0.99% | - |
| XYZ | 59.97 | 60.21 | 8.91 | - |
| YUV | 192.11 | 28.05 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 15 | 0 | 0.22 | 0.94 | 0.01 | 45.82 | 0.98 | 0.52 |
| Hex | FC | C4 | F | 0 | 16 | 5E | 1 | 2E | 62 | 34 |
| Octal | 374 | 304 | 17 | 0 | 26 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000100 | 1111 | 0 | 10110 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC40F
Complementary color
Monochromatic Colors of #FCC40F
Black with #FCC40F
Text Example
Text Example
White with #FCC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC40F; }
p { color: rgb(252,196,15); }
H1.HeaderClassName
{
color: #FCC40F;
}
.AnyTagClassName
{
color: #FCC40F;
}
</style>
background-color css
<style>
a { background-color: #FCC40F; }
a { background-color: rgb(252,196,15); }
div.DivClassName
{
background-color: #FCC40F;
}
.BgClassName
{
background-color: #FCC40F;
}
</style>
border-color css
<style>
span { border-color: #FCC40F; }
span { border-color: rgb(252,196,15); }
td.TdClassName
{
border-color: #FCC40F;
}
.TagClassName
{
border-color: #FCC40F;
}
</style>