Shades of Golden Poppy #FEC502
Tints of Golden Poppy #FEC502
RGB
CMYK
RGB Variations
Color information
#FEC502 (or 0xFEC502) is known color: Golden Poppy. HEX triplet: FE, C5 and 02. RGB value is (254,197,2). Sum of RGB (Red+Green+Blue) = 254+197+2=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC502 is #013AFD. Grayscale: #C0C0C0. Windows color (decimal): -80638 or 181758. OLE color: 181758.
HSL color Cylindrical-coordinate representation of color #FEC502: hue angle of 46.43º 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 #FEC502 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.00 |
| HSL | 46.43º | 0.99% | 0.5% | - |
| HSV(B) | 46.43º | 0.99% | 1% | - |
| XYZ | 60.85 | 61.01 | 8.63 | - |
| YUV | 191.81 | 20.88 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 2 | 0 | 0.22 | 0.99 | 0.00 | 46.43 | 0.99 | 0.5 |
| Hex | FE | C5 | 2 | 0 | 16 | 63 | 0 | 2E | 63 | 32 |
| Octal | 376 | 305 | 2 | 0 | 26 | 143 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000101 | 10 | 0 | 10110 | 1100011 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC502
Complementary color
Monochromatic Colors of #FEC502
Black with #FEC502
Text Example
Text Example
White with #FEC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC502; }
p { color: rgb(254,197,2); }
H1.HeaderClassName
{
color: #FEC502;
}
.AnyTagClassName
{
color: #FEC502;
}
</style>
background-color css
<style>
a { background-color: #FEC502; }
a { background-color: rgb(254,197,2); }
div.DivClassName
{
background-color: #FEC502;
}
.BgClassName
{
background-color: #FEC502;
}
</style>
border-color css
<style>
span { border-color: #FEC502; }
span { border-color: rgb(254,197,2); }
td.TdClassName
{
border-color: #FEC502;
}
.TagClassName
{
border-color: #FEC502;
}
</style>