Shades of Golden Poppy #FEC312
Tints of Golden Poppy #FEC312
RGB
CMYK
RGB Variations
Color information
#FEC312 (or 0xFEC312) is known color: Golden Poppy. HEX triplet: FE, C3 and 12. RGB value is (254,195,18). Sum of RGB (Red+Green+Blue) = 254+195+18=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC312 is #013CED. Grayscale: #C1C1C1. Windows color (decimal): -81134 or 1229822. OLE color: 1229822.
HSL color Cylindrical-coordinate representation of color #FEC312: hue angle of 45º 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 #FEC312 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.00 |
| HSL | 45º | 0.99% | 0.53% | - |
| HSV(B) | 45º | 0.93% | 1% | - |
| XYZ | 60.5 | 60.14 | 8.99 | - |
| YUV | 192.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 18 | 0 | 0.23 | 0.93 | 0.00 | 45 | 0.99 | 0.53 |
| Hex | FE | C3 | 12 | 0 | 17 | 5D | 0 | 2D | 63 | 35 |
| Octal | 376 | 303 | 22 | 0 | 27 | 135 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000011 | 10010 | 0 | 10111 | 1011101 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC312
Complementary color
Monochromatic Colors of #FEC312
Black with #FEC312
Text Example
Text Example
White with #FEC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC312; }
p { color: rgb(254,195,18); }
H1.HeaderClassName
{
color: #FEC312;
}
.AnyTagClassName
{
color: #FEC312;
}
</style>
background-color css
<style>
a { background-color: #FEC312; }
a { background-color: rgb(254,195,18); }
div.DivClassName
{
background-color: #FEC312;
}
.BgClassName
{
background-color: #FEC312;
}
</style>
border-color css
<style>
span { border-color: #FEC312; }
span { border-color: rgb(254,195,18); }
td.TdClassName
{
border-color: #FEC312;
}
.TagClassName
{
border-color: #FEC312;
}
</style>