Shades of Golden Poppy #FEC50F
Tints of Golden Poppy #FEC50F
RGB
CMYK
RGB Variations
Color information
#FEC50F (or 0xFEC50F) is known color: Golden Poppy. HEX triplet: FE, C5 and 0F. RGB value is (254,197,15). Sum of RGB (Red+Green+Blue) = 254+197+15=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC50F is #013AF0. Grayscale: #C2C2C2. Windows color (decimal): -80625 or 1033726. OLE color: 1033726.
HSL color Cylindrical-coordinate representation of color #FEC50F: hue angle of 45.69º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC50F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.00 |
| HSL | 45.69º | 0.99% | 0.53% | - |
| HSV(B) | 45.69º | 0.94% | 1% | - |
| XYZ | 60.93 | 61.04 | 9.02 | - |
| YUV | 193.3 | 27.38 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 15 | 0 | 0.22 | 0.94 | 0.00 | 45.69 | 0.99 | 0.53 |
| Hex | FE | C5 | F | 0 | 16 | 5E | 0 | 2E | 63 | 35 |
| Octal | 376 | 305 | 17 | 0 | 26 | 136 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000101 | 1111 | 0 | 10110 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC50F
Complementary color
Monochromatic Colors of #FEC50F
Black with #FEC50F
Text Example
Text Example
White with #FEC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC50F; }
p { color: rgb(254,197,15); }
H1.HeaderClassName
{
color: #FEC50F;
}
.AnyTagClassName
{
color: #FEC50F;
}
</style>
background-color css
<style>
a { background-color: #FEC50F; }
a { background-color: rgb(254,197,15); }
div.DivClassName
{
background-color: #FEC50F;
}
.BgClassName
{
background-color: #FEC50F;
}
</style>
border-color css
<style>
span { border-color: #FEC50F; }
span { border-color: rgb(254,197,15); }
td.TdClassName
{
border-color: #FEC50F;
}
.TagClassName
{
border-color: #FEC50F;
}
</style>