Shades of Golden Poppy #FEC20B
Tints of Golden Poppy #FEC20B
RGB
CMYK
RGB Variations
Color information
#FEC20B (or 0xFEC20B) is known color: Golden Poppy. HEX triplet: FE, C2 and 0B. RGB value is (254,194,11). Sum of RGB (Red+Green+Blue) = 254+194+11=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20B is #013DF4. Grayscale: #BFBFBF. Windows color (decimal): -81397 or 770814. OLE color: 770814.
HSL color Cylindrical-coordinate representation of color #FEC20B: hue angle of 45.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEC20B is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 11 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.00 |
| HSL | 45.19º | 0.99% | 0.52% | - |
| HSV(B) | 45.19º | 0.96% | 1% | - |
| XYZ | 60.23 | 59.68 | 8.66 | - |
| YUV | 191.08 | 26.38 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 11 | 0 | 0.24 | 0.96 | 0.00 | 45.19 | 0.99 | 0.52 |
| Hex | FE | C2 | B | 0 | 18 | 60 | 0 | 2D | 63 | 34 |
| Octal | 376 | 302 | 13 | 0 | 30 | 140 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000010 | 1011 | 0 | 11000 | 1100000 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC20B
Complementary color
Monochromatic Colors of #FEC20B
Black with #FEC20B
Text Example
Text Example
White with #FEC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC20B; }
p { color: rgb(254,194,11); }
H1.HeaderClassName
{
color: #FEC20B;
}
.AnyTagClassName
{
color: #FEC20B;
}
</style>
background-color css
<style>
a { background-color: #FEC20B; }
a { background-color: rgb(254,194,11); }
div.DivClassName
{
background-color: #FEC20B;
}
.BgClassName
{
background-color: #FEC20B;
}
</style>
border-color css
<style>
span { border-color: #FEC20B; }
span { border-color: rgb(254,194,11); }
td.TdClassName
{
border-color: #FEC20B;
}
.TagClassName
{
border-color: #FEC20B;
}
</style>