Shades of Golden Poppy #FEC70B
Tints of Golden Poppy #FEC70B
RGB
CMYK
RGB Variations
Color information
#FEC70B (or 0xFEC70B) is known color: Golden Poppy. HEX triplet: FE, C7 and 0B. RGB value is (254,199,11). Sum of RGB (Red+Green+Blue) = 254+199+11=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70B is #0138F4. Grayscale: #C2C2C2. Windows color (decimal): -80117 or 772094. OLE color: 772094.
HSL color Cylindrical-coordinate representation of color #FEC70B: hue angle of 46.42º 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 #FEC70B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 11 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.00 |
| HSL | 46.42º | 0.99% | 0.52% | - |
| HSV(B) | 46.42º | 0.96% | 1% | - |
| XYZ | 61.36 | 61.94 | 9.04 | - |
| YUV | 194.01 | 24.72 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 11 | 0 | 0.22 | 0.96 | 0.00 | 46.42 | 0.99 | 0.52 |
| Hex | FE | C7 | B | 0 | 16 | 60 | 0 | 2E | 63 | 34 |
| Octal | 376 | 307 | 13 | 0 | 26 | 140 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000111 | 1011 | 0 | 10110 | 1100000 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC70B
Complementary color
Monochromatic Colors of #FEC70B
Black with #FEC70B
Text Example
Text Example
White with #FEC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC70B; }
p { color: rgb(254,199,11); }
H1.HeaderClassName
{
color: #FEC70B;
}
.AnyTagClassName
{
color: #FEC70B;
}
</style>
background-color css
<style>
a { background-color: #FEC70B; }
a { background-color: rgb(254,199,11); }
div.DivClassName
{
background-color: #FEC70B;
}
.BgClassName
{
background-color: #FEC70B;
}
</style>
border-color css
<style>
span { border-color: #FEC70B; }
span { border-color: rgb(254,199,11); }
td.TdClassName
{
border-color: #FEC70B;
}
.TagClassName
{
border-color: #FEC70B;
}
</style>