Shades of Golden Poppy #FDC609
Tints of Golden Poppy #FDC609
RGB
CMYK
RGB Variations
Color information
#FDC609 (or 0xFDC609) is known color: Golden Poppy. HEX triplet: FD, C6 and 09. RGB value is (253,198,9). Sum of RGB (Red+Green+Blue) = 253+198+9=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC609 is #0239F6. Grayscale: #C1C1C1. Windows color (decimal): -145911 or 640765. OLE color: 640765.
HSL color Cylindrical-coordinate representation of color #FDC609: hue angle of 46.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDC609 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.01 |
| HSL | 46.48º | 0.98% | 0.51% | - |
| HSV(B) | 46.48º | 0.96% | 0.99% | - |
| XYZ | 60.75 | 61.29 | 8.89 | - |
| YUV | 192.9 | 24.22 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 9 | 0 | 0.22 | 0.96 | 0.01 | 46.48 | 0.98 | 0.51 |
| Hex | FD | C6 | 9 | 0 | 16 | 60 | 1 | 2E | 62 | 33 |
| Octal | 375 | 306 | 11 | 0 | 26 | 140 | 1 | 56 | 142 | 63 |
| Binary | 11111101 | 11000110 | 1001 | 0 | 10110 | 1100000 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FDC609
Complementary color
Monochromatic Colors of #FDC609
Black with #FDC609
Text Example
Text Example
White with #FDC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC609; }
p { color: rgb(253,198,9); }
H1.HeaderClassName
{
color: #FDC609;
}
.AnyTagClassName
{
color: #FDC609;
}
</style>
background-color css
<style>
a { background-color: #FDC609; }
a { background-color: rgb(253,198,9); }
div.DivClassName
{
background-color: #FDC609;
}
.BgClassName
{
background-color: #FDC609;
}
</style>
border-color css
<style>
span { border-color: #FDC609; }
span { border-color: rgb(253,198,9); }
td.TdClassName
{
border-color: #FDC609;
}
.TagClassName
{
border-color: #FDC609;
}
</style>