Shades of Golden Poppy #FEC509
Tints of Golden Poppy #FEC509
RGB
CMYK
RGB Variations
Color information
#FEC509 (or 0xFEC509) is known color: Golden Poppy. HEX triplet: FE, C5 and 09. RGB value is (254,197,9). Sum of RGB (Red+Green+Blue) = 254+197+9=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC509 is #013AF6. Grayscale: #C1C1C1. Windows color (decimal): -80631 or 640510. OLE color: 640510.
HSL color Cylindrical-coordinate representation of color #FEC509: hue angle of 46.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEC509 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.00 |
| HSL | 46.04º | 0.99% | 0.52% | - |
| HSV(B) | 46.04º | 0.96% | 1% | - |
| XYZ | 60.89 | 61.02 | 8.83 | - |
| YUV | 192.61 | 24.38 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 9 | 0 | 0.22 | 0.96 | 0.00 | 46.04 | 0.99 | 0.52 |
| Hex | FE | C5 | 9 | 0 | 16 | 60 | 0 | 2E | 63 | 34 |
| Octal | 376 | 305 | 11 | 0 | 26 | 140 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000101 | 1001 | 0 | 10110 | 1100000 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC509
Complementary color
Monochromatic Colors of #FEC509
Black with #FEC509
Text Example
Text Example
White with #FEC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC509; }
p { color: rgb(254,197,9); }
H1.HeaderClassName
{
color: #FEC509;
}
.AnyTagClassName
{
color: #FEC509;
}
</style>
background-color css
<style>
a { background-color: #FEC509; }
a { background-color: rgb(254,197,9); }
div.DivClassName
{
background-color: #FEC509;
}
.BgClassName
{
background-color: #FEC509;
}
</style>
border-color css
<style>
span { border-color: #FEC509; }
span { border-color: rgb(254,197,9); }
td.TdClassName
{
border-color: #FEC509;
}
.TagClassName
{
border-color: #FEC509;
}
</style>