Shades of Golden Poppy #FEC212
Tints of Golden Poppy #FEC212
RGB
CMYK
RGB Variations
Color information
#FEC212 (or 0xFEC212) is known color: Golden Poppy. HEX triplet: FE, C2 and 12. RGB value is (254,194,18). Sum of RGB (Red+Green+Blue) = 254+194+18=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC212 is #013DED. Grayscale: #C0C0C0. Windows color (decimal): -81390 or 1229566. OLE color: 1229566.
HSL color Cylindrical-coordinate representation of color #FEC212: hue angle of 44.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC212 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.75º | 0.99% | 0.53% | - |
| HSV(B) | 44.75º | 0.93% | 1% | - |
| XYZ | 60.27 | 59.7 | 8.92 | - |
| YUV | 191.88 | 29.88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 18 | 0 | 0.24 | 0.93 | 0.00 | 44.75 | 0.99 | 0.53 |
| Hex | FE | C2 | 12 | 0 | 18 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 302 | 22 | 0 | 30 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000010 | 10010 | 0 | 11000 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC212
Complementary color
Monochromatic Colors of #FEC212
Black with #FEC212
Text Example
Text Example
White with #FEC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC212; }
p { color: rgb(254,194,18); }
H1.HeaderClassName
{
color: #FEC212;
}
.AnyTagClassName
{
color: #FEC212;
}
</style>
background-color css
<style>
a { background-color: #FEC212; }
a { background-color: rgb(254,194,18); }
div.DivClassName
{
background-color: #FEC212;
}
.BgClassName
{
background-color: #FEC212;
}
</style>
border-color css
<style>
span { border-color: #FEC212; }
span { border-color: rgb(254,194,18); }
td.TdClassName
{
border-color: #FEC212;
}
.TagClassName
{
border-color: #FEC212;
}
</style>