Shades of Golden Poppy #FEC211
Tints of Golden Poppy #FEC211
RGB
CMYK
RGB Variations
Color information
#FEC211 (or 0xFEC211) is known color: Golden Poppy. HEX triplet: FE, C2 and 11. RGB value is (254,194,17). Sum of RGB (Red+Green+Blue) = 254+194+17=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC211 is #013DEE. Grayscale: #C0C0C0. Windows color (decimal): -81391 or 1164030. OLE color: 1164030.
HSL color Cylindrical-coordinate representation of color #FEC211: hue angle of 44.81º 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 #FEC211 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.00 |
| HSL | 44.81º | 0.99% | 0.53% | - |
| HSV(B) | 44.81º | 0.93% | 1% | - |
| XYZ | 60.27 | 59.69 | 8.88 | - |
| YUV | 191.76 | 29.38 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 17 | 0 | 0.24 | 0.93 | 0.00 | 44.81 | 0.99 | 0.53 |
| Hex | FE | C2 | 11 | 0 | 18 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 302 | 21 | 0 | 30 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000010 | 10001 | 0 | 11000 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC211
Complementary color
Monochromatic Colors of #FEC211
Black with #FEC211
Text Example
Text Example
White with #FEC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC211; }
p { color: rgb(254,194,17); }
H1.HeaderClassName
{
color: #FEC211;
}
.AnyTagClassName
{
color: #FEC211;
}
</style>
background-color css
<style>
a { background-color: #FEC211; }
a { background-color: rgb(254,194,17); }
div.DivClassName
{
background-color: #FEC211;
}
.BgClassName
{
background-color: #FEC211;
}
</style>
border-color css
<style>
span { border-color: #FEC211; }
span { border-color: rgb(254,194,17); }
td.TdClassName
{
border-color: #FEC211;
}
.TagClassName
{
border-color: #FEC211;
}
</style>