Shades of Golden Poppy #FDC209
Tints of Golden Poppy #FDC209
RGB
CMYK
RGB Variations
Color information
#FDC209 (or 0xFDC209) is known color: Golden Poppy. HEX triplet: FD, C2 and 09. RGB value is (253,194,9). Sum of RGB (Red+Green+Blue) = 253+194+9=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC209 is #023DF6. Grayscale: #BFBFBF. Windows color (decimal): -146935 or 639741. OLE color: 639741.
HSL color Cylindrical-coordinate representation of color #FDC209: hue angle of 45.49º 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 #FDC209 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.01 |
| HSL | 45.49º | 0.98% | 0.51% | - |
| HSV(B) | 45.49º | 0.96% | 0.99% | - |
| XYZ | 59.85 | 59.49 | 8.59 | - |
| YUV | 190.55 | 25.55 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 9 | 0 | 0.23 | 0.96 | 0.01 | 45.49 | 0.98 | 0.51 |
| Hex | FD | C2 | 9 | 0 | 17 | 60 | 1 | 2D | 62 | 33 |
| Octal | 375 | 302 | 11 | 0 | 27 | 140 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 11000010 | 1001 | 0 | 10111 | 1100000 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDC209
Complementary color
Monochromatic Colors of #FDC209
Black with #FDC209
Text Example
Text Example
White with #FDC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC209; }
p { color: rgb(253,194,9); }
H1.HeaderClassName
{
color: #FDC209;
}
.AnyTagClassName
{
color: #FDC209;
}
</style>
background-color css
<style>
a { background-color: #FDC209; }
a { background-color: rgb(253,194,9); }
div.DivClassName
{
background-color: #FDC209;
}
.BgClassName
{
background-color: #FDC209;
}
</style>
border-color css
<style>
span { border-color: #FDC209; }
span { border-color: rgb(253,194,9); }
td.TdClassName
{
border-color: #FDC209;
}
.TagClassName
{
border-color: #FDC209;
}
</style>