Shades of Golden Poppy #FEC503
Tints of Golden Poppy #FEC503
RGB
CMYK
RGB Variations
Color information
#FEC503 (or 0xFEC503) is known color: Golden Poppy. HEX triplet: FE, C5 and 03. RGB value is (254,197,3). Sum of RGB (Red+Green+Blue) = 254+197+3=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC503 is #013AFC. Grayscale: #C0C0C0. Windows color (decimal): -80637 or 247294. OLE color: 247294.
HSL color Cylindrical-coordinate representation of color #FEC503: hue angle of 46.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC503 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.00 |
| HSL | 46.37º | 0.99% | 0.5% | - |
| HSV(B) | 46.37º | 0.99% | 1% | - |
| XYZ | 60.86 | 61.01 | 8.65 | - |
| YUV | 191.93 | 21.38 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 3 | 0 | 0.22 | 0.99 | 0.00 | 46.37 | 0.99 | 0.5 |
| Hex | FE | C5 | 3 | 0 | 16 | 63 | 0 | 2E | 63 | 32 |
| Octal | 376 | 305 | 3 | 0 | 26 | 143 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000101 | 11 | 0 | 10110 | 1100011 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC503
Complementary color
Monochromatic Colors of #FEC503
Black with #FEC503
Text Example
Text Example
White with #FEC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC503; }
p { color: rgb(254,197,3); }
H1.HeaderClassName
{
color: #FEC503;
}
.AnyTagClassName
{
color: #FEC503;
}
</style>
background-color css
<style>
a { background-color: #FEC503; }
a { background-color: rgb(254,197,3); }
div.DivClassName
{
background-color: #FEC503;
}
.BgClassName
{
background-color: #FEC503;
}
</style>
border-color css
<style>
span { border-color: #FEC503; }
span { border-color: rgb(254,197,3); }
td.TdClassName
{
border-color: #FEC503;
}
.TagClassName
{
border-color: #FEC503;
}
</style>