Shades of Golden Poppy #FEC510
Tints of Golden Poppy #FEC510
RGB
CMYK
RGB Variations
Color information
#FEC510 (or 0xFEC510) is known color: Golden Poppy. HEX triplet: FE, C5 and 10. RGB value is (254,197,16). Sum of RGB (Red+Green+Blue) = 254+197+16=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC510 is #013AEF. Grayscale: #C2C2C2. Windows color (decimal): -80624 or 1099262. OLE color: 1099262.
HSL color Cylindrical-coordinate representation of color #FEC510: hue angle of 45.63º 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 #FEC510 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 16 | - |
CMYK | 0 | 0.22 | 0.94 | 0.00 |
HSL | 45.63º | 0.99% | 0.53% | - |
HSV(B) | 45.63º | 0.94% | 1% | - |
XYZ | 60.93 | 61.04 | 9.06 | - |
YUV | 193.41 | 27.88 | 171.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 16 | 0 | 0.22 | 0.94 | 0.00 | 45.63 | 0.99 | 0.53 |
Hex | FE | C5 | 10 | 0 | 16 | 5E | 0 | 2E | 63 | 35 |
Octal | 376 | 305 | 20 | 0 | 26 | 136 | 0 | 56 | 143 | 65 |
Binary | 11111110 | 11000101 | 10000 | 0 | 10110 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC510
Complementary color
Monochromatic Colors of #FEC510
Black with #FEC510
Text Example
Text Example
White with #FEC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC510; }
p { color: rgb(254,197,16); }
H1.HeaderClassName
{
color: #FEC510;
}
.AnyTagClassName
{
color: #FEC510;
}
</style>
background-color css
<style>
a { background-color: #FEC510; }
a { background-color: rgb(254,197,16); }
div.DivClassName
{
background-color: #FEC510;
}
.BgClassName
{
background-color: #FEC510;
}
</style>
border-color css
<style>
span { border-color: #FEC510; }
span { border-color: rgb(254,197,16); }
td.TdClassName
{
border-color: #FEC510;
}
.TagClassName
{
border-color: #FEC510;
}
</style>