Shades of Golden Poppy #FEC311
Tints of Golden Poppy #FEC311
RGB
CMYK
RGB Variations
Color information
#FEC311 (or 0xFEC311) is known color: Golden Poppy. HEX triplet: FE, C3 and 11. RGB value is (254,195,17). Sum of RGB (Red+Green+Blue) = 254+195+17=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC311 is #013CEE. Grayscale: #C1C1C1. Windows color (decimal): -81135 or 1164286. OLE color: 1164286.
HSL color Cylindrical-coordinate representation of color #FEC311: hue angle of 45.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC311 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.00 |
| HSL | 45.06º | 0.99% | 0.53% | - |
| HSV(B) | 45.06º | 0.93% | 1% | - |
| XYZ | 60.49 | 60.14 | 8.95 | - |
| YUV | 192.35 | 29.05 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 17 | 0 | 0.23 | 0.93 | 0.00 | 45.06 | 0.99 | 0.53 |
| Hex | FE | C3 | 11 | 0 | 17 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 303 | 21 | 0 | 27 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000011 | 10001 | 0 | 10111 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC311
Complementary color
Monochromatic Colors of #FEC311
Black with #FEC311
Text Example
Text Example
White with #FEC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC311; }
p { color: rgb(254,195,17); }
H1.HeaderClassName
{
color: #FEC311;
}
.AnyTagClassName
{
color: #FEC311;
}
</style>
background-color css
<style>
a { background-color: #FEC311; }
a { background-color: rgb(254,195,17); }
div.DivClassName
{
background-color: #FEC311;
}
.BgClassName
{
background-color: #FEC311;
}
</style>
border-color css
<style>
span { border-color: #FEC311; }
span { border-color: rgb(254,195,17); }
td.TdClassName
{
border-color: #FEC311;
}
.TagClassName
{
border-color: #FEC311;
}
</style>