Shades of Golden Poppy #FEC710
Tints of Golden Poppy #FEC710
RGB
CMYK
RGB Variations
Color information
#FEC710 (or 0xFEC710) is known color: Golden Poppy. HEX triplet: FE, C7 and 10. RGB value is (254,199,16). Sum of RGB (Red+Green+Blue) = 254+199+16=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC710 is #0138EF. Grayscale: #C3C3C3. Windows color (decimal): -80112 or 1099774. OLE color: 1099774.
HSL color Cylindrical-coordinate representation of color #FEC710: hue angle of 46.13º 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 #FEC710 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 16 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.00 |
| HSL | 46.13º | 0.99% | 0.53% | - |
| HSV(B) | 46.13º | 0.94% | 1% | - |
| XYZ | 61.39 | 61.96 | 9.21 | - |
| YUV | 194.58 | 27.22 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 16 | 0 | 0.22 | 0.94 | 0.00 | 46.13 | 0.99 | 0.53 |
| Hex | FE | C7 | 10 | 0 | 16 | 5E | 0 | 2E | 63 | 35 |
| Octal | 376 | 307 | 20 | 0 | 26 | 136 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000111 | 10000 | 0 | 10110 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC710
Complementary color
Monochromatic Colors of #FEC710
Black with #FEC710
Text Example
Text Example
White with #FEC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC710; }
p { color: rgb(254,199,16); }
H1.HeaderClassName
{
color: #FEC710;
}
.AnyTagClassName
{
color: #FEC710;
}
</style>
background-color css
<style>
a { background-color: #FEC710; }
a { background-color: rgb(254,199,16); }
div.DivClassName
{
background-color: #FEC710;
}
.BgClassName
{
background-color: #FEC710;
}
</style>
border-color css
<style>
span { border-color: #FEC710; }
span { border-color: rgb(254,199,16); }
td.TdClassName
{
border-color: #FEC710;
}
.TagClassName
{
border-color: #FEC710;
}
</style>