Shades of Golden Poppy #FEC20D
Tints of Golden Poppy #FEC20D
RGB
CMYK
RGB Variations
Color information
#FEC20D (or 0xFEC20D) is known color: Golden Poppy. HEX triplet: FE, C2 and 0D. RGB value is (254,194,13). Sum of RGB (Red+Green+Blue) = 254+194+13=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20D is #013DF2. Grayscale: #C0C0C0. Windows color (decimal): -81395 or 901886. OLE color: 901886.
HSL color Cylindrical-coordinate representation of color #FEC20D: hue angle of 45.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEC20D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.00 |
| HSL | 45.06º | 0.99% | 0.52% | - |
| HSV(B) | 45.06º | 0.95% | 1% | - |
| XYZ | 60.24 | 59.68 | 8.73 | - |
| YUV | 191.31 | 27.38 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 13 | 0 | 0.24 | 0.95 | 0.00 | 45.06 | 0.99 | 0.52 |
| Hex | FE | C2 | D | 0 | 18 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 302 | 15 | 0 | 30 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000010 | 1101 | 0 | 11000 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC20D
Complementary color
Monochromatic Colors of #FEC20D
Black with #FEC20D
Text Example
Text Example
White with #FEC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC20D; }
p { color: rgb(254,194,13); }
H1.HeaderClassName
{
color: #FEC20D;
}
.AnyTagClassName
{
color: #FEC20D;
}
</style>
background-color css
<style>
a { background-color: #FEC20D; }
a { background-color: rgb(254,194,13); }
div.DivClassName
{
background-color: #FEC20D;
}
.BgClassName
{
background-color: #FEC20D;
}
</style>
border-color css
<style>
span { border-color: #FEC20D; }
span { border-color: rgb(254,194,13); }
td.TdClassName
{
border-color: #FEC20D;
}
.TagClassName
{
border-color: #FEC20D;
}
</style>