Shades of Golden Poppy #FCC30E
Tints of Golden Poppy #FCC30E
RGB
CMYK
RGB Variations
Color information
#FCC30E (or 0xFCC30E) is known color: Golden Poppy. HEX triplet: FC, C3 and 0E. RGB value is (252,195,14). Sum of RGB (Red+Green+Blue) = 252+195+14=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC30E is #033CF1. Grayscale: #C0C0C0. Windows color (decimal): -212210 or 967676. OLE color: 967676.
HSL color Cylindrical-coordinate representation of color #FCC30E: hue angle of 45.63º 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 #FCC30E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.63º | 0.98% | 0.52% | - |
| HSV(B) | 45.63º | 0.94% | 0.99% | - |
| XYZ | 59.74 | 59.76 | 8.8 | - |
| YUV | 191.41 | 27.88 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 14 | 0 | 0.23 | 0.94 | 0.01 | 45.63 | 0.98 | 0.52 |
| Hex | FC | C3 | E | 0 | 17 | 5E | 1 | 2E | 62 | 34 |
| Octal | 374 | 303 | 16 | 0 | 27 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000011 | 1110 | 0 | 10111 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC30E
Complementary color
Monochromatic Colors of #FCC30E
Black with #FCC30E
Text Example
Text Example
White with #FCC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC30E; }
p { color: rgb(252,195,14); }
H1.HeaderClassName
{
color: #FCC30E;
}
.AnyTagClassName
{
color: #FCC30E;
}
</style>
background-color css
<style>
a { background-color: #FCC30E; }
a { background-color: rgb(252,195,14); }
div.DivClassName
{
background-color: #FCC30E;
}
.BgClassName
{
background-color: #FCC30E;
}
</style>
border-color css
<style>
span { border-color: #FCC30E; }
span { border-color: rgb(252,195,14); }
td.TdClassName
{
border-color: #FCC30E;
}
.TagClassName
{
border-color: #FCC30E;
}
</style>