Shades of Golden Poppy #FDC60A
Tints of Golden Poppy #FDC60A
RGB
CMYK
RGB Variations
Color information
#FDC60A (or 0xFDC60A) is known color: Golden Poppy. HEX triplet: FD, C6 and 0A. RGB value is (253,198,10). Sum of RGB (Red+Green+Blue) = 253+198+10=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC60A is #0239F5. Grayscale: #C1C1C1. Windows color (decimal): -145910 or 706301. OLE color: 706301.
HSL color Cylindrical-coordinate representation of color #FDC60A: hue angle of 46.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDC60A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.01 |
| HSL | 46.42º | 0.98% | 0.52% | - |
| HSV(B) | 46.42º | 0.96% | 0.99% | - |
| XYZ | 60.76 | 61.29 | 8.92 | - |
| YUV | 193.01 | 24.72 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 10 | 0 | 0.22 | 0.96 | 0.01 | 46.42 | 0.98 | 0.52 |
| Hex | FD | C6 | A | 0 | 16 | 60 | 1 | 2E | 62 | 34 |
| Octal | 375 | 306 | 12 | 0 | 26 | 140 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000110 | 1010 | 0 | 10110 | 1100000 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC60A
Complementary color
Monochromatic Colors of #FDC60A
Black with #FDC60A
Text Example
Text Example
White with #FDC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC60A; }
p { color: rgb(253,198,10); }
H1.HeaderClassName
{
color: #FDC60A;
}
.AnyTagClassName
{
color: #FDC60A;
}
</style>
background-color css
<style>
a { background-color: #FDC60A; }
a { background-color: rgb(253,198,10); }
div.DivClassName
{
background-color: #FDC60A;
}
.BgClassName
{
background-color: #FDC60A;
}
</style>
border-color css
<style>
span { border-color: #FDC60A; }
span { border-color: rgb(253,198,10); }
td.TdClassName
{
border-color: #FDC60A;
}
.TagClassName
{
border-color: #FDC60A;
}
</style>