Shades of Golden Poppy #FEC412
Tints of Golden Poppy #FEC412
RGB
CMYK
RGB Variations
Color information
#FEC412 (or 0xFEC412) is known color: Golden Poppy. HEX triplet: FE, C4 and 12. RGB value is (254,196,18). Sum of RGB (Red+Green+Blue) = 254+196+18=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC412 is #013BED. Grayscale: #C1C1C1. Windows color (decimal): -80878 or 1230078. OLE color: 1230078.
HSL color Cylindrical-coordinate representation of color #FEC412: hue angle of 45.25º 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 #FEC412 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.00 |
| HSL | 45.25º | 0.99% | 0.53% | - |
| HSV(B) | 45.25º | 0.93% | 1% | - |
| XYZ | 60.72 | 60.59 | 9.07 | - |
| YUV | 193.05 | 29.22 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 18 | 0 | 0.23 | 0.93 | 0.00 | 45.25 | 0.99 | 0.53 |
| Hex | FE | C4 | 12 | 0 | 17 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 304 | 22 | 0 | 27 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000100 | 10010 | 0 | 10111 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC412
Complementary color
Monochromatic Colors of #FEC412
Black with #FEC412
Text Example
Text Example
White with #FEC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC412; }
p { color: rgb(254,196,18); }
H1.HeaderClassName
{
color: #FEC412;
}
.AnyTagClassName
{
color: #FEC412;
}
</style>
background-color css
<style>
a { background-color: #FEC412; }
a { background-color: rgb(254,196,18); }
div.DivClassName
{
background-color: #FEC412;
}
.BgClassName
{
background-color: #FEC412;
}
</style>
border-color css
<style>
span { border-color: #FEC412; }
span { border-color: rgb(254,196,18); }
td.TdClassName
{
border-color: #FEC412;
}
.TagClassName
{
border-color: #FEC412;
}
</style>