Shades of Golden Poppy #FEC40F
Tints of Golden Poppy #FEC40F
RGB
CMYK
RGB Variations
Color information
#FEC40F (or 0xFEC40F) is known color: Golden Poppy. HEX triplet: FE, C4 and 0F. RGB value is (254,196,15). Sum of RGB (Red+Green+Blue) = 254+196+15=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC40F is #013BF0. Grayscale: #C1C1C1. Windows color (decimal): -80881 or 1033470. OLE color: 1033470.
HSL color Cylindrical-coordinate representation of color #FEC40F: hue angle of 45.44º 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 #FEC40F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.00 |
| HSL | 45.44º | 0.99% | 0.53% | - |
| HSV(B) | 45.44º | 0.94% | 1% | - |
| XYZ | 60.7 | 60.59 | 8.95 | - |
| YUV | 192.71 | 27.72 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 15 | 0 | 0.23 | 0.94 | 0.00 | 45.44 | 0.99 | 0.53 |
| Hex | FE | C4 | F | 0 | 17 | 5E | 0 | 2D | 63 | 35 |
| Octal | 376 | 304 | 17 | 0 | 27 | 136 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000100 | 1111 | 0 | 10111 | 1011110 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC40F
Complementary color
Monochromatic Colors of #FEC40F
Black with #FEC40F
Text Example
Text Example
White with #FEC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC40F; }
p { color: rgb(254,196,15); }
H1.HeaderClassName
{
color: #FEC40F;
}
.AnyTagClassName
{
color: #FEC40F;
}
</style>
background-color css
<style>
a { background-color: #FEC40F; }
a { background-color: rgb(254,196,15); }
div.DivClassName
{
background-color: #FEC40F;
}
.BgClassName
{
background-color: #FEC40F;
}
</style>
border-color css
<style>
span { border-color: #FEC40F; }
span { border-color: rgb(254,196,15); }
td.TdClassName
{
border-color: #FEC40F;
}
.TagClassName
{
border-color: #FEC40F;
}
</style>