Shades of Golden Poppy #FEC401
Tints of Golden Poppy #FEC401
RGB
CMYK
RGB Variations
Color information
#FEC401 (or 0xFEC401) is known color: Golden Poppy. HEX triplet: FE, C4 and 01. RGB value is (254,196,1). Sum of RGB (Red+Green+Blue) = 254+196+1=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC401 is #013BFE. Grayscale: #BFBFBF. Windows color (decimal): -80895 or 115966. OLE color: 115966.
HSL color Cylindrical-coordinate representation of color #FEC401: hue angle of 46.25º 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 #FEC401 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.00 |
| HSL | 46.25º | 0.99% | 0.5% | - |
| HSV(B) | 46.25º | 1% | 1% | - |
| XYZ | 60.62 | 60.55 | 8.52 | - |
| YUV | 191.11 | 20.72 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 1 | 0 | 0.23 | 1.00 | 0.00 | 46.25 | 0.99 | 0.5 |
| Hex | FE | C4 | 1 | 0 | 17 | 64 | 0 | 2E | 63 | 32 |
| Octal | 376 | 304 | 1 | 0 | 27 | 144 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000100 | 1 | 0 | 10111 | 1100100 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC401
Complementary color
Monochromatic Colors of #FEC401
Black with #FEC401
Text Example
Text Example
White with #FEC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC401; }
p { color: rgb(254,196,1); }
H1.HeaderClassName
{
color: #FEC401;
}
.AnyTagClassName
{
color: #FEC401;
}
</style>
background-color css
<style>
a { background-color: #FEC401; }
a { background-color: rgb(254,196,1); }
div.DivClassName
{
background-color: #FEC401;
}
.BgClassName
{
background-color: #FEC401;
}
</style>
border-color css
<style>
span { border-color: #FEC401; }
span { border-color: rgb(254,196,1); }
td.TdClassName
{
border-color: #FEC401;
}
.TagClassName
{
border-color: #FEC401;
}
</style>