Shades of Golden Poppy #FEC200
Tints of Golden Poppy #FEC200
RGB
CMYK
RGB Variations
Color information
#FEC200 (or 0xFEC200) is known color: Golden Poppy. HEX triplet: FE, C2 and 00. RGB value is (254,194,0). Sum of RGB (Red+Green+Blue) = 254+194+0=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC200 is #013DFF. Grayscale: #BEBEBE. Windows color (decimal): -81408 or 49918. OLE color: 49918.
HSL color Cylindrical-coordinate representation of color #FEC200: hue angle of 45.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEC200 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.00 |
| HSL | 45.83º | 1% | 0.5% | - |
| HSV(B) | 45.83º | 1% | 1% | - |
| XYZ | 60.16 | 59.65 | 8.34 | - |
| YUV | 189.82 | 20.88 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 0 | 0 | 0.24 | 1 | 0.00 | 45.83 | 1 | 0.5 |
| Hex | FE | C2 | 0 | 0 | 18 | 64 | 0 | 2E | 64 | 32 |
| Octal | 376 | 302 | 0 | 0 | 30 | 144 | 0 | 56 | 144 | 62 |
| Binary | 11111110 | 11000010 | 0 | 0 | 11000 | 1100100 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FEC200
Complementary color
Monochromatic Colors of #FEC200
Black with #FEC200
Text Example
Text Example
White with #FEC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC200; }
p { color: rgb(254,194,0); }
H1.HeaderClassName
{
color: #FEC200;
}
.AnyTagClassName
{
color: #FEC200;
}
</style>
background-color css
<style>
a { background-color: #FEC200; }
a { background-color: rgb(254,194,0); }
div.DivClassName
{
background-color: #FEC200;
}
.BgClassName
{
background-color: #FEC200;
}
</style>
border-color css
<style>
span { border-color: #FEC200; }
span { border-color: rgb(254,194,0); }
td.TdClassName
{
border-color: #FEC200;
}
.TagClassName
{
border-color: #FEC200;
}
</style>