Shades of Golden Poppy #FEC603
Tints of Golden Poppy #FEC603
RGB
CMYK
RGB Variations
Color information
#FEC603 (or 0xFEC603) is known color: Golden Poppy. HEX triplet: FE, C6 and 03. RGB value is (254,198,3). Sum of RGB (Red+Green+Blue) = 254+198+3=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC603 is #0139FC. Grayscale: #C1C1C1. Windows color (decimal): -80381 or 247550. OLE color: 247550.
HSL color Cylindrical-coordinate representation of color #FEC603: hue angle of 46.61º 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 #FEC603 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.00 |
| HSL | 46.61º | 0.99% | 0.5% | - |
| HSV(B) | 46.61º | 0.99% | 1% | - |
| XYZ | 61.08 | 61.47 | 8.73 | - |
| YUV | 192.51 | 21.05 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 3 | 0 | 0.22 | 0.99 | 0.00 | 46.61 | 0.99 | 0.5 |
| Hex | FE | C6 | 3 | 0 | 16 | 63 | 0 | 2F | 63 | 32 |
| Octal | 376 | 306 | 3 | 0 | 26 | 143 | 0 | 57 | 143 | 62 |
| Binary | 11111110 | 11000110 | 11 | 0 | 10110 | 1100011 | 0 | 101111 | 1100011 | 110010 |
Color Harmonies of #FEC603
Complementary color
Monochromatic Colors of #FEC603
Black with #FEC603
Text Example
Text Example
White with #FEC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC603; }
p { color: rgb(254,198,3); }
H1.HeaderClassName
{
color: #FEC603;
}
.AnyTagClassName
{
color: #FEC603;
}
</style>
background-color css
<style>
a { background-color: #FEC603; }
a { background-color: rgb(254,198,3); }
div.DivClassName
{
background-color: #FEC603;
}
.BgClassName
{
background-color: #FEC603;
}
</style>
border-color css
<style>
span { border-color: #FEC603; }
span { border-color: rgb(254,198,3); }
td.TdClassName
{
border-color: #FEC603;
}
.TagClassName
{
border-color: #FEC603;
}
</style>