Shades of Golden Poppy #FEC709
Tints of Golden Poppy #FEC709
RGB
CMYK
RGB Variations
Color information
#FEC709 (or 0xFEC709) is known color: Golden Poppy. HEX triplet: FE, C7 and 09. RGB value is (254,199,9). Sum of RGB (Red+Green+Blue) = 254+199+9=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC709 is #0138F6. Grayscale: #C2C2C2. Windows color (decimal): -80119 or 641022. OLE color: 641022.
HSL color Cylindrical-coordinate representation of color #FEC709: hue angle of 46.53º 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 #FEC709 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.00 |
| HSL | 46.53º | 0.99% | 0.52% | - |
| HSV(B) | 46.53º | 0.96% | 1% | - |
| XYZ | 61.35 | 61.94 | 8.98 | - |
| YUV | 193.79 | 23.72 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 9 | 0 | 0.22 | 0.96 | 0.00 | 46.53 | 0.99 | 0.52 |
| Hex | FE | C7 | 9 | 0 | 16 | 60 | 0 | 2F | 63 | 34 |
| Octal | 376 | 307 | 11 | 0 | 26 | 140 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11000111 | 1001 | 0 | 10110 | 1100000 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FEC709
Complementary color
Monochromatic Colors of #FEC709
Black with #FEC709
Text Example
Text Example
White with #FEC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC709; }
p { color: rgb(254,199,9); }
H1.HeaderClassName
{
color: #FEC709;
}
.AnyTagClassName
{
color: #FEC709;
}
</style>
background-color css
<style>
a { background-color: #FEC709; }
a { background-color: rgb(254,199,9); }
div.DivClassName
{
background-color: #FEC709;
}
.BgClassName
{
background-color: #FEC709;
}
</style>
border-color css
<style>
span { border-color: #FEC709; }
span { border-color: rgb(254,199,9); }
td.TdClassName
{
border-color: #FEC709;
}
.TagClassName
{
border-color: #FEC709;
}
</style>