Shades of Golden Poppy #FEC20F
Tints of Golden Poppy #FEC20F
RGB
CMYK
RGB Variations
Color information
#FEC20F (or 0xFEC20F) is known color: Golden Poppy. HEX triplet: FE, C2 and 0F. RGB value is (254,194,15). Sum of RGB (Red+Green+Blue) = 254+194+15=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20F is #013DF0. Grayscale: #C0C0C0. Windows color (decimal): -81393 or 1032958. OLE color: 1032958.
HSL color Cylindrical-coordinate representation of color #FEC20F: hue angle of 44.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC20F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.00 |
| HSL | 44.94º | 0.99% | 0.53% | - |
| HSV(B) | 44.94º | 0.94% | 1% | - |
| XYZ | 60.25 | 59.69 | 8.8 | - |
| YUV | 191.53 | 28.38 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 15 | 0 | 0.24 | 0.94 | 0.00 | 44.94 | 0.99 | 0.53 |
| Hex | FE | C2 | F | 0 | 18 | 5E | 0 | 2D | 63 | 35 |
| Octal | 376 | 302 | 17 | 0 | 30 | 136 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000010 | 1111 | 0 | 11000 | 1011110 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC20F
Complementary color
Monochromatic Colors of #FEC20F
Black with #FEC20F
Text Example
Text Example
White with #FEC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC20F; }
p { color: rgb(254,194,15); }
H1.HeaderClassName
{
color: #FEC20F;
}
.AnyTagClassName
{
color: #FEC20F;
}
</style>
background-color css
<style>
a { background-color: #FEC20F; }
a { background-color: rgb(254,194,15); }
div.DivClassName
{
background-color: #FEC20F;
}
.BgClassName
{
background-color: #FEC20F;
}
</style>
border-color css
<style>
span { border-color: #FEC20F; }
span { border-color: rgb(254,194,15); }
td.TdClassName
{
border-color: #FEC20F;
}
.TagClassName
{
border-color: #FEC20F;
}
</style>