Shades of Golden Poppy #FEC205
Tints of Golden Poppy #FEC205
RGB
CMYK
RGB Variations
Color information
#FEC205 (or 0xFEC205) is known color: Golden Poppy. HEX triplet: FE, C2 and 05. RGB value is (254,194,5). Sum of RGB (Red+Green+Blue) = 254+194+5=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC205 is #013DFA. Grayscale: #BFBFBF. Windows color (decimal): -81403 or 377598. OLE color: 377598.
HSL color Cylindrical-coordinate representation of color #FEC205: hue angle of 45.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC205 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.00 |
| HSL | 45.54º | 0.99% | 0.51% | - |
| HSV(B) | 45.54º | 0.98% | 1% | - |
| XYZ | 60.19 | 59.67 | 8.49 | - |
| YUV | 190.39 | 23.38 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 5 | 0 | 0.24 | 0.98 | 0.00 | 45.54 | 0.99 | 0.51 |
| Hex | FE | C2 | 5 | 0 | 18 | 62 | 0 | 2E | 63 | 33 |
| Octal | 376 | 302 | 5 | 0 | 30 | 142 | 0 | 56 | 143 | 63 |
| Binary | 11111110 | 11000010 | 101 | 0 | 11000 | 1100010 | 0 | 101110 | 1100011 | 110011 |
Color Harmonies of #FEC205
Complementary color
Monochromatic Colors of #FEC205
Black with #FEC205
Text Example
Text Example
White with #FEC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC205; }
p { color: rgb(254,194,5); }
H1.HeaderClassName
{
color: #FEC205;
}
.AnyTagClassName
{
color: #FEC205;
}
</style>
background-color css
<style>
a { background-color: #FEC205; }
a { background-color: rgb(254,194,5); }
div.DivClassName
{
background-color: #FEC205;
}
.BgClassName
{
background-color: #FEC205;
}
</style>
border-color css
<style>
span { border-color: #FEC205; }
span { border-color: rgb(254,194,5); }
td.TdClassName
{
border-color: #FEC205;
}
.TagClassName
{
border-color: #FEC205;
}
</style>