Shades of Golden Poppy #FEC400
Tints of Golden Poppy #FEC400
RGB
CMYK
RGB Variations
Color information
#FEC400 (or 0xFEC400) is known color: Golden Poppy. HEX triplet: FE, C4 and 00. RGB value is (254,196,0). Sum of RGB (Red+Green+Blue) = 254+196+0=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC400 is #013BFF. Grayscale: #BFBFBF. Windows color (decimal): -80896 or 50430. OLE color: 50430.
HSL color Cylindrical-coordinate representation of color #FEC400: hue angle of 46.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC400 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.00 |
| HSL | 46.3º | 1% | 0.5% | - |
| HSV(B) | 46.3º | 1% | 1% | - |
| XYZ | 60.61 | 60.55 | 8.49 | - |
| YUV | 191 | 20.22 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 0 | 0 | 0.23 | 1 | 0.00 | 46.3 | 1 | 0.5 |
| Hex | FE | C4 | 0 | 0 | 17 | 64 | 0 | 2E | 64 | 32 |
| Octal | 376 | 304 | 0 | 0 | 27 | 144 | 0 | 56 | 144 | 62 |
| Binary | 11111110 | 11000100 | 0 | 0 | 10111 | 1100100 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FEC400
Complementary color
Monochromatic Colors of #FEC400
Black with #FEC400
Text Example
Text Example
White with #FEC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC400; }
p { color: rgb(254,196,0); }
H1.HeaderClassName
{
color: #FEC400;
}
.AnyTagClassName
{
color: #FEC400;
}
</style>
background-color css
<style>
a { background-color: #FEC400; }
a { background-color: rgb(254,196,0); }
div.DivClassName
{
background-color: #FEC400;
}
.BgClassName
{
background-color: #FEC400;
}
</style>
border-color css
<style>
span { border-color: #FEC400; }
span { border-color: rgb(254,196,0); }
td.TdClassName
{
border-color: #FEC400;
}
.TagClassName
{
border-color: #FEC400;
}
</style>