Shades of Golden Poppy #FEC500
Tints of Golden Poppy #FEC500
RGB
CMYK
RGB Variations
Color information
#FEC500 (or 0xFEC500) is known color: Golden Poppy. HEX triplet: FE, C5 and 00. RGB value is (254,197,0). Sum of RGB (Red+Green+Blue) = 254+197+0=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC500 is #013AFF. Grayscale: #C0C0C0. Windows color (decimal): -80640 or 50686. OLE color: 50686.
HSL color Cylindrical-coordinate representation of color #FEC500: hue angle of 46.54º 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 #FEC500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.00 |
| HSL | 46.54º | 1% | 0.5% | - |
| HSV(B) | 46.54º | 1% | 1% | - |
| XYZ | 60.84 | 61 | 8.57 | - |
| YUV | 191.59 | 19.88 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 0 | 0 | 0.22 | 1 | 0.00 | 46.54 | 1 | 0.5 |
| Hex | FE | C5 | 0 | 0 | 16 | 64 | 0 | 2F | 64 | 32 |
| Octal | 376 | 305 | 0 | 0 | 26 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111110 | 11000101 | 0 | 0 | 10110 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FEC500
Complementary color
Monochromatic Colors of #FEC500
Black with #FEC500
Text Example
Text Example
White with #FEC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC500; }
p { color: rgb(254,197,0); }
H1.HeaderClassName
{
color: #FEC500;
}
.AnyTagClassName
{
color: #FEC500;
}
</style>
background-color css
<style>
a { background-color: #FEC500; }
a { background-color: rgb(254,197,0); }
div.DivClassName
{
background-color: #FEC500;
}
.BgClassName
{
background-color: #FEC500;
}
</style>
border-color css
<style>
span { border-color: #FEC500; }
span { border-color: rgb(254,197,0); }
td.TdClassName
{
border-color: #FEC500;
}
.TagClassName
{
border-color: #FEC500;
}
</style>