Shades of Golden Poppy #FEC20C
Tints of Golden Poppy #FEC20C
RGB
CMYK
RGB Variations
Color information
#FEC20C (or 0xFEC20C) is known color: Golden Poppy. HEX triplet: FE, C2 and 0C. RGB value is (254,194,12). Sum of RGB (Red+Green+Blue) = 254+194+12=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20C is #013DF3. Grayscale: #BFBFBF. Windows color (decimal): -81396 or 836350. OLE color: 836350.
HSL color Cylindrical-coordinate representation of color #FEC20C: hue angle of 45.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEC20C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.00 |
| HSL | 45.12º | 0.99% | 0.52% | - |
| HSV(B) | 45.12º | 0.95% | 1% | - |
| XYZ | 60.23 | 59.68 | 8.69 | - |
| YUV | 191.19 | 26.88 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 12 | 0 | 0.24 | 0.95 | 0.00 | 45.12 | 0.99 | 0.52 |
| Hex | FE | C2 | C | 0 | 18 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 302 | 14 | 0 | 30 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000010 | 1100 | 0 | 11000 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC20C
Complementary color
Monochromatic Colors of #FEC20C
Black with #FEC20C
Text Example
Text Example
White with #FEC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC20C; }
p { color: rgb(254,194,12); }
H1.HeaderClassName
{
color: #FEC20C;
}
.AnyTagClassName
{
color: #FEC20C;
}
</style>
background-color css
<style>
a { background-color: #FEC20C; }
a { background-color: rgb(254,194,12); }
div.DivClassName
{
background-color: #FEC20C;
}
.BgClassName
{
background-color: #FEC20C;
}
</style>
border-color css
<style>
span { border-color: #FEC20C; }
span { border-color: rgb(254,194,12); }
td.TdClassName
{
border-color: #FEC20C;
}
.TagClassName
{
border-color: #FEC20C;
}
</style>