Shades of Golden Poppy #FEC505
Tints of Golden Poppy #FEC505
RGB
CMYK
RGB Variations
Color information
#FEC505 (or 0xFEC505) is known color: Golden Poppy. HEX triplet: FE, C5 and 05. RGB value is (254,197,5). Sum of RGB (Red+Green+Blue) = 254+197+5=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC505 is #013AFA. Grayscale: #C0C0C0. Windows color (decimal): -80635 or 378366. OLE color: 378366.
HSL color Cylindrical-coordinate representation of color #FEC505: hue angle of 46.27º 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 #FEC505 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.00 |
| HSL | 46.27º | 0.99% | 0.51% | - |
| HSV(B) | 46.27º | 0.98% | 1% | - |
| XYZ | 60.87 | 61.01 | 8.71 | - |
| YUV | 192.16 | 22.38 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 5 | 0 | 0.22 | 0.98 | 0.00 | 46.27 | 0.99 | 0.51 |
| Hex | FE | C5 | 5 | 0 | 16 | 62 | 0 | 2E | 63 | 33 |
| Octal | 376 | 305 | 5 | 0 | 26 | 142 | 0 | 56 | 143 | 63 |
| Binary | 11111110 | 11000101 | 101 | 0 | 10110 | 1100010 | 0 | 101110 | 1100011 | 110011 |
Color Harmonies of #FEC505
Complementary color
Monochromatic Colors of #FEC505
Black with #FEC505
Text Example
Text Example
White with #FEC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC505; }
p { color: rgb(254,197,5); }
H1.HeaderClassName
{
color: #FEC505;
}
.AnyTagClassName
{
color: #FEC505;
}
</style>
background-color css
<style>
a { background-color: #FEC505; }
a { background-color: rgb(254,197,5); }
div.DivClassName
{
background-color: #FEC505;
}
.BgClassName
{
background-color: #FEC505;
}
</style>
border-color css
<style>
span { border-color: #FEC505; }
span { border-color: rgb(254,197,5); }
td.TdClassName
{
border-color: #FEC505;
}
.TagClassName
{
border-color: #FEC505;
}
</style>