Shades of Golden Poppy #FDC60E
Tints of Golden Poppy #FDC60E
RGB
CMYK
RGB Variations
Color information
#FDC60E (or 0xFDC60E) is known color: Golden Poppy. HEX triplet: FD, C6 and 0E. RGB value is (253,198,14). Sum of RGB (Red+Green+Blue) = 253+198+14=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC60E is #0239F1. Grayscale: #C2C2C2. Windows color (decimal): -145906 or 968445. OLE color: 968445.
HSL color Cylindrical-coordinate representation of color #FDC60E: hue angle of 46.19º 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 #FDC60E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.01 |
| HSL | 46.19º | 0.98% | 0.52% | - |
| HSV(B) | 46.19º | 0.94% | 0.99% | - |
| XYZ | 60.78 | 61.3 | 9.04 | - |
| YUV | 193.47 | 26.72 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 14 | 0 | 0.22 | 0.94 | 0.01 | 46.19 | 0.98 | 0.52 |
| Hex | FD | C6 | E | 0 | 16 | 5E | 1 | 2E | 62 | 34 |
| Octal | 375 | 306 | 16 | 0 | 26 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000110 | 1110 | 0 | 10110 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC60E
Complementary color
Monochromatic Colors of #FDC60E
Black with #FDC60E
Text Example
Text Example
White with #FDC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC60E; }
p { color: rgb(253,198,14); }
H1.HeaderClassName
{
color: #FDC60E;
}
.AnyTagClassName
{
color: #FDC60E;
}
</style>
background-color css
<style>
a { background-color: #FDC60E; }
a { background-color: rgb(253,198,14); }
div.DivClassName
{
background-color: #FDC60E;
}
.BgClassName
{
background-color: #FDC60E;
}
</style>
border-color css
<style>
span { border-color: #FDC60E; }
span { border-color: rgb(253,198,14); }
td.TdClassName
{
border-color: #FDC60E;
}
.TagClassName
{
border-color: #FDC60E;
}
</style>