Shades of Golden Poppy #FEC70D
Tints of Golden Poppy #FEC70D
RGB
CMYK
RGB Variations
Color information
#FEC70D (or 0xFEC70D) is known color: Golden Poppy. HEX triplet: FE, C7 and 0D. RGB value is (254,199,13). Sum of RGB (Red+Green+Blue) = 254+199+13=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70D is #0138F2. Grayscale: #C3C3C3. Windows color (decimal): -80115 or 903166. OLE color: 903166.
HSL color Cylindrical-coordinate representation of color #FEC70D: hue angle of 46.31º 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 #FEC70D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.00 |
| HSL | 46.31º | 0.99% | 0.52% | - |
| HSV(B) | 46.31º | 0.95% | 1% | - |
| XYZ | 61.37 | 61.95 | 9.1 | - |
| YUV | 194.24 | 25.72 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 13 | 0 | 0.22 | 0.95 | 0.00 | 46.31 | 0.99 | 0.52 |
| Hex | FE | C7 | D | 0 | 16 | 5F | 0 | 2E | 63 | 34 |
| Octal | 376 | 307 | 15 | 0 | 26 | 137 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000111 | 1101 | 0 | 10110 | 1011111 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC70D
Complementary color
Monochromatic Colors of #FEC70D
Black with #FEC70D
Text Example
Text Example
White with #FEC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC70D; }
p { color: rgb(254,199,13); }
H1.HeaderClassName
{
color: #FEC70D;
}
.AnyTagClassName
{
color: #FEC70D;
}
</style>
background-color css
<style>
a { background-color: #FEC70D; }
a { background-color: rgb(254,199,13); }
div.DivClassName
{
background-color: #FEC70D;
}
.BgClassName
{
background-color: #FEC70D;
}
</style>
border-color css
<style>
span { border-color: #FEC70D; }
span { border-color: rgb(254,199,13); }
td.TdClassName
{
border-color: #FEC70D;
}
.TagClassName
{
border-color: #FEC70D;
}
</style>