Shades of Golden Poppy #FEC70E
Tints of Golden Poppy #FEC70E
RGB
CMYK
RGB Variations
Color information
#FEC70E (or 0xFEC70E) is known color: Golden Poppy. HEX triplet: FE, C7 and 0E. RGB value is (254,199,14). Sum of RGB (Red+Green+Blue) = 254+199+14=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70E is #0138F1. Grayscale: #C3C3C3. Windows color (decimal): -80114 or 968702. OLE color: 968702.
HSL color Cylindrical-coordinate representation of color #FEC70E: hue angle of 46.25º 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 #FEC70E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.00 |
| HSL | 46.25º | 0.99% | 0.53% | - |
| HSV(B) | 46.25º | 0.94% | 1% | - |
| XYZ | 61.38 | 61.95 | 9.14 | - |
| YUV | 194.36 | 26.22 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 14 | 0 | 0.22 | 0.94 | 0.00 | 46.25 | 0.99 | 0.53 |
| Hex | FE | C7 | E | 0 | 16 | 5E | 0 | 2E | 63 | 35 |
| Octal | 376 | 307 | 16 | 0 | 26 | 136 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000111 | 1110 | 0 | 10110 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC70E
Complementary color
Monochromatic Colors of #FEC70E
Black with #FEC70E
Text Example
Text Example
White with #FEC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC70E; }
p { color: rgb(254,199,14); }
H1.HeaderClassName
{
color: #FEC70E;
}
.AnyTagClassName
{
color: #FEC70E;
}
</style>
background-color css
<style>
a { background-color: #FEC70E; }
a { background-color: rgb(254,199,14); }
div.DivClassName
{
background-color: #FEC70E;
}
.BgClassName
{
background-color: #FEC70E;
}
</style>
border-color css
<style>
span { border-color: #FEC70E; }
span { border-color: rgb(254,199,14); }
td.TdClassName
{
border-color: #FEC70E;
}
.TagClassName
{
border-color: #FEC70E;
}
</style>