Shades of Golden Poppy #FDC60F
Tints of Golden Poppy #FDC60F
RGB
CMYK
RGB Variations
Color information
#FDC60F (or 0xFDC60F) is known color: Golden Poppy. HEX triplet: FD, C6 and 0F. RGB value is (253,198,15). Sum of RGB (Red+Green+Blue) = 253+198+15=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC60F is #0239F0. Grayscale: #C2C2C2. Windows color (decimal): -145905 or 1033981. OLE color: 1033981.
HSL color Cylindrical-coordinate representation of color #FDC60F: hue angle of 46.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC60F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.01 |
| HSL | 46.13º | 0.98% | 0.53% | - |
| HSV(B) | 46.13º | 0.94% | 0.99% | - |
| XYZ | 60.79 | 61.31 | 9.08 | - |
| YUV | 193.58 | 27.22 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 15 | 0 | 0.22 | 0.94 | 0.01 | 46.13 | 0.98 | 0.53 |
| Hex | FD | C6 | F | 0 | 16 | 5E | 1 | 2E | 62 | 35 |
| Octal | 375 | 306 | 17 | 0 | 26 | 136 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000110 | 1111 | 0 | 10110 | 1011110 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC60F
Complementary color
Monochromatic Colors of #FDC60F
Black with #FDC60F
Text Example
Text Example
White with #FDC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC60F; }
p { color: rgb(253,198,15); }
H1.HeaderClassName
{
color: #FDC60F;
}
.AnyTagClassName
{
color: #FDC60F;
}
</style>
background-color css
<style>
a { background-color: #FDC60F; }
a { background-color: rgb(253,198,15); }
div.DivClassName
{
background-color: #FDC60F;
}
.BgClassName
{
background-color: #FDC60F;
}
</style>
border-color css
<style>
span { border-color: #FDC60F; }
span { border-color: rgb(253,198,15); }
td.TdClassName
{
border-color: #FDC60F;
}
.TagClassName
{
border-color: #FDC60F;
}
</style>