Shades of Golden Poppy #FEC40C
Tints of Golden Poppy #FEC40C
RGB
CMYK
RGB Variations
Color information
#FEC40C (or 0xFEC40C) is known color: Golden Poppy. HEX triplet: FE, C4 and 0C. RGB value is (254,196,12). Sum of RGB (Red+Green+Blue) = 254+196+12=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC40C is #013BF3. Grayscale: #C1C1C1. Windows color (decimal): -80884 or 836862. OLE color: 836862.
HSL color Cylindrical-coordinate representation of color #FEC40C: hue angle of 45.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEC40C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.00 |
| HSL | 45.62º | 0.99% | 0.52% | - |
| HSV(B) | 45.62º | 0.95% | 1% | - |
| XYZ | 60.68 | 60.58 | 8.84 | - |
| YUV | 192.37 | 26.22 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 12 | 0 | 0.23 | 0.95 | 0.00 | 45.62 | 0.99 | 0.52 |
| Hex | FE | C4 | C | 0 | 17 | 5F | 0 | 2E | 63 | 34 |
| Octal | 376 | 304 | 14 | 0 | 27 | 137 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000100 | 1100 | 0 | 10111 | 1011111 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC40C
Complementary color
Monochromatic Colors of #FEC40C
Black with #FEC40C
Text Example
Text Example
White with #FEC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC40C; }
p { color: rgb(254,196,12); }
H1.HeaderClassName
{
color: #FEC40C;
}
.AnyTagClassName
{
color: #FEC40C;
}
</style>
background-color css
<style>
a { background-color: #FEC40C; }
a { background-color: rgb(254,196,12); }
div.DivClassName
{
background-color: #FEC40C;
}
.BgClassName
{
background-color: #FEC40C;
}
</style>
border-color css
<style>
span { border-color: #FEC40C; }
span { border-color: rgb(254,196,12); }
td.TdClassName
{
border-color: #FEC40C;
}
.TagClassName
{
border-color: #FEC40C;
}
</style>