Shades of Golden Poppy #FEC405
Tints of Golden Poppy #FEC405
RGB
CMYK
RGB Variations
Color information
#FEC405 (or 0xFEC405) is known color: Golden Poppy. HEX triplet: FE, C4 and 05. RGB value is (254,196,5). Sum of RGB (Red+Green+Blue) = 254+196+5=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC405 is #013BFA. Grayscale: #C0C0C0. Windows color (decimal): -80891 or 378110. OLE color: 378110.
HSL color Cylindrical-coordinate representation of color #FEC405: hue angle of 46.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC405 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.00 |
| HSL | 46.02º | 0.99% | 0.51% | - |
| HSV(B) | 46.02º | 0.98% | 1% | - |
| XYZ | 60.64 | 60.56 | 8.64 | - |
| YUV | 191.57 | 22.72 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 5 | 0 | 0.23 | 0.98 | 0.00 | 46.02 | 0.99 | 0.51 |
| Hex | FE | C4 | 5 | 0 | 17 | 62 | 0 | 2E | 63 | 33 |
| Octal | 376 | 304 | 5 | 0 | 27 | 142 | 0 | 56 | 143 | 63 |
| Binary | 11111110 | 11000100 | 101 | 0 | 10111 | 1100010 | 0 | 101110 | 1100011 | 110011 |
Color Harmonies of #FEC405
Complementary color
Monochromatic Colors of #FEC405
Black with #FEC405
Text Example
Text Example
White with #FEC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC405; }
p { color: rgb(254,196,5); }
H1.HeaderClassName
{
color: #FEC405;
}
.AnyTagClassName
{
color: #FEC405;
}
</style>
background-color css
<style>
a { background-color: #FEC405; }
a { background-color: rgb(254,196,5); }
div.DivClassName
{
background-color: #FEC405;
}
.BgClassName
{
background-color: #FEC405;
}
</style>
border-color css
<style>
span { border-color: #FEC405; }
span { border-color: rgb(254,196,5); }
td.TdClassName
{
border-color: #FEC405;
}
.TagClassName
{
border-color: #FEC405;
}
</style>