Shades of Golden Poppy #FEC208
Tints of Golden Poppy #FEC208
RGB
CMYK
RGB Variations
Color information
#FEC208 (or 0xFEC208) is known color: Golden Poppy. HEX triplet: FE, C2 and 08. RGB value is (254,194,8). Sum of RGB (Red+Green+Blue) = 254+194+8=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC208 is #013DF7. Grayscale: #BFBFBF. Windows color (decimal): -81400 or 574206. OLE color: 574206.
HSL color Cylindrical-coordinate representation of color #FEC208: hue angle of 45.37º 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 #FEC208 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.00 |
| HSL | 45.37º | 0.99% | 0.51% | - |
| HSV(B) | 45.37º | 0.97% | 1% | - |
| XYZ | 60.21 | 59.67 | 8.57 | - |
| YUV | 190.74 | 24.88 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 8 | 0 | 0.24 | 0.97 | 0.00 | 45.37 | 0.99 | 0.51 |
| Hex | FE | C2 | 8 | 0 | 18 | 61 | 0 | 2D | 63 | 33 |
| Octal | 376 | 302 | 10 | 0 | 30 | 141 | 0 | 55 | 143 | 63 |
| Binary | 11111110 | 11000010 | 1000 | 0 | 11000 | 1100001 | 0 | 101101 | 1100011 | 110011 |
Color Harmonies of #FEC208
Complementary color
Monochromatic Colors of #FEC208
Black with #FEC208
Text Example
Text Example
White with #FEC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC208; }
p { color: rgb(254,194,8); }
H1.HeaderClassName
{
color: #FEC208;
}
.AnyTagClassName
{
color: #FEC208;
}
</style>
background-color css
<style>
a { background-color: #FEC208; }
a { background-color: rgb(254,194,8); }
div.DivClassName
{
background-color: #FEC208;
}
.BgClassName
{
background-color: #FEC208;
}
</style>
border-color css
<style>
span { border-color: #FEC208; }
span { border-color: rgb(254,194,8); }
td.TdClassName
{
border-color: #FEC208;
}
.TagClassName
{
border-color: #FEC208;
}
</style>