Shades of Golden Poppy #FEC202
Tints of Golden Poppy #FEC202
RGB
CMYK
RGB Variations
Color information
#FEC202 (or 0xFEC202) is known color: Golden Poppy. HEX triplet: FE, C2 and 02. RGB value is (254,194,2). Sum of RGB (Red+Green+Blue) = 254+194+2=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC202 is #013DFD. Grayscale: #BEBEBE. Windows color (decimal): -81406 or 180990. OLE color: 180990.
HSL color Cylindrical-coordinate representation of color #FEC202: hue angle of 45.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC202 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.00 |
| HSL | 45.71º | 0.99% | 0.5% | - |
| HSV(B) | 45.71º | 0.99% | 1% | - |
| XYZ | 60.18 | 59.66 | 8.4 | - |
| YUV | 190.05 | 21.88 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 2 | 0 | 0.24 | 0.99 | 0.00 | 45.71 | 0.99 | 0.5 |
| Hex | FE | C2 | 2 | 0 | 18 | 63 | 0 | 2E | 63 | 32 |
| Octal | 376 | 302 | 2 | 0 | 30 | 143 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000010 | 10 | 0 | 11000 | 1100011 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC202
Complementary color
Monochromatic Colors of #FEC202
Black with #FEC202
Text Example
Text Example
White with #FEC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC202; }
p { color: rgb(254,194,2); }
H1.HeaderClassName
{
color: #FEC202;
}
.AnyTagClassName
{
color: #FEC202;
}
</style>
background-color css
<style>
a { background-color: #FEC202; }
a { background-color: rgb(254,194,2); }
div.DivClassName
{
background-color: #FEC202;
}
.BgClassName
{
background-color: #FEC202;
}
</style>
border-color css
<style>
span { border-color: #FEC202; }
span { border-color: rgb(254,194,2); }
td.TdClassName
{
border-color: #FEC202;
}
.TagClassName
{
border-color: #FEC202;
}
</style>