Shades of Golden Poppy #FEC40E
Tints of Golden Poppy #FEC40E
RGB
CMYK
RGB Variations
Color information
#FEC40E (or 0xFEC40E) is known color: Golden Poppy. HEX triplet: FE, C4 and 0E. RGB value is (254,196,14). Sum of RGB (Red+Green+Blue) = 254+196+14=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC40E is #013BF1. Grayscale: #C1C1C1. Windows color (decimal): -80882 or 967934. OLE color: 967934.
HSL color Cylindrical-coordinate representation of color #FEC40E: hue angle of 45.5º 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 #FEC40E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.00 |
| HSL | 45.5º | 0.99% | 0.53% | - |
| HSV(B) | 45.5º | 0.94% | 1% | - |
| XYZ | 60.69 | 60.58 | 8.91 | - |
| YUV | 192.59 | 27.22 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 14 | 0 | 0.23 | 0.94 | 0.00 | 45.5 | 0.99 | 0.53 |
| Hex | FE | C4 | E | 0 | 17 | 5E | 0 | 2E | 63 | 35 |
| Octal | 376 | 304 | 16 | 0 | 27 | 136 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000100 | 1110 | 0 | 10111 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC40E
Complementary color
Monochromatic Colors of #FEC40E
Black with #FEC40E
Text Example
Text Example
White with #FEC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC40E; }
p { color: rgb(254,196,14); }
H1.HeaderClassName
{
color: #FEC40E;
}
.AnyTagClassName
{
color: #FEC40E;
}
</style>
background-color css
<style>
a { background-color: #FEC40E; }
a { background-color: rgb(254,196,14); }
div.DivClassName
{
background-color: #FEC40E;
}
.BgClassName
{
background-color: #FEC40E;
}
</style>
border-color css
<style>
span { border-color: #FEC40E; }
span { border-color: rgb(254,196,14); }
td.TdClassName
{
border-color: #FEC40E;
}
.TagClassName
{
border-color: #FEC40E;
}
</style>