Shades of Golden Poppy #FEC608
Tints of Golden Poppy #FEC608
RGB
CMYK
RGB Variations
Color information
#FEC608 (or 0xFEC608) is known color: Golden Poppy. HEX triplet: FE, C6 and 08. RGB value is (254,198,8). Sum of RGB (Red+Green+Blue) = 254+198+8=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC608 is #0139F7. Grayscale: #C1C1C1. Windows color (decimal): -80376 or 575230. OLE color: 575230.
HSL color Cylindrical-coordinate representation of color #FEC608: hue angle of 46.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEC608 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.00 |
| HSL | 46.34º | 0.99% | 0.51% | - |
| HSV(B) | 46.34º | 0.97% | 1% | - |
| XYZ | 61.11 | 61.48 | 8.87 | - |
| YUV | 193.08 | 23.55 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 8 | 0 | 0.22 | 0.97 | 0.00 | 46.34 | 0.99 | 0.51 |
| Hex | FE | C6 | 8 | 0 | 16 | 61 | 0 | 2E | 63 | 33 |
| Octal | 376 | 306 | 10 | 0 | 26 | 141 | 0 | 56 | 143 | 63 |
| Binary | 11111110 | 11000110 | 1000 | 0 | 10110 | 1100001 | 0 | 101110 | 1100011 | 110011 |
Color Harmonies of #FEC608
Complementary color
Monochromatic Colors of #FEC608
Black with #FEC608
Text Example
Text Example
White with #FEC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC608; }
p { color: rgb(254,198,8); }
H1.HeaderClassName
{
color: #FEC608;
}
.AnyTagClassName
{
color: #FEC608;
}
</style>
background-color css
<style>
a { background-color: #FEC608; }
a { background-color: rgb(254,198,8); }
div.DivClassName
{
background-color: #FEC608;
}
.BgClassName
{
background-color: #FEC608;
}
</style>
border-color css
<style>
span { border-color: #FEC608; }
span { border-color: rgb(254,198,8); }
td.TdClassName
{
border-color: #FEC608;
}
.TagClassName
{
border-color: #FEC608;
}
</style>