Shades of Golden Poppy #FEC213
Tints of Golden Poppy #FEC213
RGB
CMYK
RGB Variations
Color information
#FEC213 (or 0xFEC213) is known color: Golden Poppy. HEX triplet: FE, C2 and 13. RGB value is (254,194,19). Sum of RGB (Red+Green+Blue) = 254+194+19=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC213 is #013DEC. Grayscale: #C0C0C0. Windows color (decimal): -81389 or 1295102. OLE color: 1295102.
HSL color Cylindrical-coordinate representation of color #FEC213: hue angle of 44.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC213 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 19 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.68º | 0.99% | 0.54% | - |
| HSV(B) | 44.68º | 0.93% | 1% | - |
| XYZ | 60.28 | 59.7 | 8.96 | - |
| YUV | 191.99 | 30.38 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 19 | 0 | 0.24 | 0.93 | 0.00 | 44.68 | 0.99 | 0.54 |
| Hex | FE | C2 | 13 | 0 | 18 | 5D | 0 | 2D | 63 | 36 |
| Octal | 376 | 302 | 23 | 0 | 30 | 135 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000010 | 10011 | 0 | 11000 | 1011101 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC213
Complementary color
Monochromatic Colors of #FEC213
Black with #FEC213
Text Example
Text Example
White with #FEC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC213; }
p { color: rgb(254,194,19); }
H1.HeaderClassName
{
color: #FEC213;
}
.AnyTagClassName
{
color: #FEC213;
}
</style>
background-color css
<style>
a { background-color: #FEC213; }
a { background-color: rgb(254,194,19); }
div.DivClassName
{
background-color: #FEC213;
}
.BgClassName
{
background-color: #FEC213;
}
</style>
border-color css
<style>
span { border-color: #FEC213; }
span { border-color: rgb(254,194,19); }
td.TdClassName
{
border-color: #FEC213;
}
.TagClassName
{
border-color: #FEC213;
}
</style>