Shades of Golden Poppy #FDC607
Tints of Golden Poppy #FDC607
RGB
CMYK
RGB Variations
Color information
#FDC607 (or 0xFDC607) is known color: Golden Poppy. HEX triplet: FD, C6 and 07. RGB value is (253,198,7). Sum of RGB (Red+Green+Blue) = 253+198+7=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC607 is #0239F8. Grayscale: #C1C1C1. Windows color (decimal): -145913 or 509693. OLE color: 509693.
HSL color Cylindrical-coordinate representation of color #FDC607: hue angle of 46.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDC607 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.01 |
| HSL | 46.59º | 0.98% | 0.51% | - |
| HSV(B) | 46.59º | 0.97% | 0.99% | - |
| XYZ | 60.74 | 61.29 | 8.83 | - |
| YUV | 192.67 | 23.22 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 7 | 0 | 0.22 | 0.97 | 0.01 | 46.59 | 0.98 | 0.51 |
| Hex | FD | C6 | 7 | 0 | 16 | 61 | 1 | 2F | 62 | 33 |
| Octal | 375 | 306 | 7 | 0 | 26 | 141 | 1 | 57 | 142 | 63 |
| Binary | 11111101 | 11000110 | 111 | 0 | 10110 | 1100001 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FDC607
Complementary color
Monochromatic Colors of #FDC607
Black with #FDC607
Text Example
Text Example
White with #FDC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC607; }
p { color: rgb(253,198,7); }
H1.HeaderClassName
{
color: #FDC607;
}
.AnyTagClassName
{
color: #FDC607;
}
</style>
background-color css
<style>
a { background-color: #FDC607; }
a { background-color: rgb(253,198,7); }
div.DivClassName
{
background-color: #FDC607;
}
.BgClassName
{
background-color: #FDC607;
}
</style>
border-color css
<style>
span { border-color: #FDC607; }
span { border-color: rgb(253,198,7); }
td.TdClassName
{
border-color: #FDC607;
}
.TagClassName
{
border-color: #FDC607;
}
</style>