Shades of Golden Poppy #FDC605
Tints of Golden Poppy #FDC605
RGB
CMYK
RGB Variations
Color information
#FDC605 (or 0xFDC605) is known color: Golden Poppy. HEX triplet: FD, C6 and 05. RGB value is (253,198,5). Sum of RGB (Red+Green+Blue) = 253+198+5=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC605 is #0239FA. Grayscale: #C1C1C1. Windows color (decimal): -145915 or 378621. OLE color: 378621.
HSL color Cylindrical-coordinate representation of color #FDC605: hue angle of 46.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC605 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.01 |
| HSL | 46.69º | 0.98% | 0.51% | - |
| HSV(B) | 46.69º | 0.98% | 0.99% | - |
| XYZ | 60.73 | 61.28 | 8.77 | - |
| YUV | 192.44 | 22.22 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 5 | 0 | 0.22 | 0.98 | 0.01 | 46.69 | 0.98 | 0.51 |
| Hex | FD | C6 | 5 | 0 | 16 | 62 | 1 | 2F | 62 | 33 |
| Octal | 375 | 306 | 5 | 0 | 26 | 142 | 1 | 57 | 142 | 63 |
| Binary | 11111101 | 11000110 | 101 | 0 | 10110 | 1100010 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FDC605
Complementary color
Monochromatic Colors of #FDC605
Black with #FDC605
Text Example
Text Example
White with #FDC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC605; }
p { color: rgb(253,198,5); }
H1.HeaderClassName
{
color: #FDC605;
}
.AnyTagClassName
{
color: #FDC605;
}
</style>
background-color css
<style>
a { background-color: #FDC605; }
a { background-color: rgb(253,198,5); }
div.DivClassName
{
background-color: #FDC605;
}
.BgClassName
{
background-color: #FDC605;
}
</style>
border-color css
<style>
span { border-color: #FDC605; }
span { border-color: rgb(253,198,5); }
td.TdClassName
{
border-color: #FDC605;
}
.TagClassName
{
border-color: #FDC605;
}
</style>