Shades of Golden Poppy #FEC511
Tints of Golden Poppy #FEC511
RGB
CMYK
RGB Variations
Color information
#FEC511 (or 0xFEC511) is known color: Golden Poppy. HEX triplet: FE, C5 and 11. RGB value is (254,197,17). Sum of RGB (Red+Green+Blue) = 254+197+17=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC511 is #013AEE. Grayscale: #C2C2C2. Windows color (decimal): -80623 or 1164798. OLE color: 1164798.
HSL color Cylindrical-coordinate representation of color #FEC511: hue angle of 45.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC511 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.00 |
| HSL | 45.57º | 0.99% | 0.53% | - |
| HSV(B) | 45.57º | 0.93% | 1% | - |
| XYZ | 60.94 | 61.04 | 9.1 | - |
| YUV | 193.52 | 28.38 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 17 | 0 | 0.22 | 0.93 | 0.00 | 45.57 | 0.99 | 0.53 |
| Hex | FE | C5 | 11 | 0 | 16 | 5D | 0 | 2E | 63 | 35 |
| Octal | 376 | 305 | 21 | 0 | 26 | 135 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000101 | 10001 | 0 | 10110 | 1011101 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC511
Complementary color
Monochromatic Colors of #FEC511
Black with #FEC511
Text Example
Text Example
White with #FEC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC511; }
p { color: rgb(254,197,17); }
H1.HeaderClassName
{
color: #FEC511;
}
.AnyTagClassName
{
color: #FEC511;
}
</style>
background-color css
<style>
a { background-color: #FEC511; }
a { background-color: rgb(254,197,17); }
div.DivClassName
{
background-color: #FEC511;
}
.BgClassName
{
background-color: #FEC511;
}
</style>
border-color css
<style>
span { border-color: #FEC511; }
span { border-color: rgb(254,197,17); }
td.TdClassName
{
border-color: #FEC511;
}
.TagClassName
{
border-color: #FEC511;
}
</style>