Shades of Golden Poppy #FEC501
Tints of Golden Poppy #FEC501
RGB
CMYK
RGB Variations
Color information
#FEC501 (or 0xFEC501) is known color: Golden Poppy. HEX triplet: FE, C5 and 01. RGB value is (254,197,1). Sum of RGB (Red+Green+Blue) = 254+197+1=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC501 is #013AFE. Grayscale: #C0C0C0. Windows color (decimal): -80639 or 116222. OLE color: 116222.
HSL color Cylindrical-coordinate representation of color #FEC501: hue angle of 46.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC501 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.00 |
| HSL | 46.48º | 0.99% | 0.5% | - |
| HSV(B) | 46.48º | 1% | 1% | - |
| XYZ | 60.84 | 61.01 | 8.6 | - |
| YUV | 191.7 | 20.38 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 1 | 0 | 0.22 | 1.00 | 0.00 | 46.48 | 0.99 | 0.5 |
| Hex | FE | C5 | 1 | 0 | 16 | 64 | 0 | 2E | 63 | 32 |
| Octal | 376 | 305 | 1 | 0 | 26 | 144 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000101 | 1 | 0 | 10110 | 1100100 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC501
Complementary color
Monochromatic Colors of #FEC501
Black with #FEC501
Text Example
Text Example
White with #FEC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC501; }
p { color: rgb(254,197,1); }
H1.HeaderClassName
{
color: #FEC501;
}
.AnyTagClassName
{
color: #FEC501;
}
</style>
background-color css
<style>
a { background-color: #FEC501; }
a { background-color: rgb(254,197,1); }
div.DivClassName
{
background-color: #FEC501;
}
.BgClassName
{
background-color: #FEC501;
}
</style>
border-color css
<style>
span { border-color: #FEC501; }
span { border-color: rgb(254,197,1); }
td.TdClassName
{
border-color: #FEC501;
}
.TagClassName
{
border-color: #FEC501;
}
</style>