Shades of Golden Poppy #FDC70E
Tints of Golden Poppy #FDC70E
RGB
CMYK
RGB Variations
Color information
#FDC70E (or 0xFDC70E) is known color: Golden Poppy. HEX triplet: FD, C7 and 0E. RGB value is (253,199,14). Sum of RGB (Red+Green+Blue) = 253+199+14=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC70E is #0238F1. Grayscale: #C2C2C2. Windows color (decimal): -145650 or 968701. OLE color: 968701.
HSL color Cylindrical-coordinate representation of color #FDC70E: hue angle of 46.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC70E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.44º | 0.98% | 0.52% | - |
| HSV(B) | 46.44º | 0.94% | 0.99% | - |
| XYZ | 61.01 | 61.76 | 9.12 | - |
| YUV | 194.06 | 26.39 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 14 | 0 | 0.21 | 0.94 | 0.01 | 46.44 | 0.98 | 0.52 |
| Hex | FD | C7 | E | 0 | 15 | 5E | 1 | 2E | 62 | 34 |
| Octal | 375 | 307 | 16 | 0 | 25 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000111 | 1110 | 0 | 10101 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC70E
Complementary color
Monochromatic Colors of #FDC70E
Black with #FDC70E
Text Example
Text Example
White with #FDC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC70E; }
p { color: rgb(253,199,14); }
H1.HeaderClassName
{
color: #FDC70E;
}
.AnyTagClassName
{
color: #FDC70E;
}
</style>
background-color css
<style>
a { background-color: #FDC70E; }
a { background-color: rgb(253,199,14); }
div.DivClassName
{
background-color: #FDC70E;
}
.BgClassName
{
background-color: #FDC70E;
}
</style>
border-color css
<style>
span { border-color: #FDC70E; }
span { border-color: rgb(253,199,14); }
td.TdClassName
{
border-color: #FDC70E;
}
.TagClassName
{
border-color: #FDC70E;
}
</style>