Shades of Golden Poppy #FEC50A
Tints of Golden Poppy #FEC50A
RGB
CMYK
RGB Variations
Color information
#FEC50A (or 0xFEC50A) is known color: Golden Poppy. HEX triplet: FE, C5 and 0A. RGB value is (254,197,10). Sum of RGB (Red+Green+Blue) = 254+197+10=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC50A is #013AF5. Grayscale: #C1C1C1. Windows color (decimal): -80630 or 706046. OLE color: 706046.
HSL color Cylindrical-coordinate representation of color #FEC50A: hue angle of 45.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEC50A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.00 |
| HSL | 45.98º | 0.99% | 0.52% | - |
| HSV(B) | 45.98º | 0.96% | 1% | - |
| XYZ | 60.89 | 61.03 | 8.86 | - |
| YUV | 192.73 | 24.88 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 10 | 0 | 0.22 | 0.96 | 0.00 | 45.98 | 0.99 | 0.52 |
| Hex | FE | C5 | A | 0 | 16 | 60 | 0 | 2E | 63 | 34 |
| Octal | 376 | 305 | 12 | 0 | 26 | 140 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000101 | 1010 | 0 | 10110 | 1100000 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC50A
Complementary color
Monochromatic Colors of #FEC50A
Black with #FEC50A
Text Example
Text Example
White with #FEC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC50A; }
p { color: rgb(254,197,10); }
H1.HeaderClassName
{
color: #FEC50A;
}
.AnyTagClassName
{
color: #FEC50A;
}
</style>
background-color css
<style>
a { background-color: #FEC50A; }
a { background-color: rgb(254,197,10); }
div.DivClassName
{
background-color: #FEC50A;
}
.BgClassName
{
background-color: #FEC50A;
}
</style>
border-color css
<style>
span { border-color: #FEC50A; }
span { border-color: rgb(254,197,10); }
td.TdClassName
{
border-color: #FEC50A;
}
.TagClassName
{
border-color: #FEC50A;
}
</style>