Shades of Golden Poppy #FDC509
Tints of Golden Poppy #FDC509
RGB
CMYK
RGB Variations
Color information
#FDC509 (or 0xFDC509) is known color: Golden Poppy. HEX triplet: FD, C5 and 09. RGB value is (253,197,9). Sum of RGB (Red+Green+Blue) = 253+197+9=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC509 is #023AF6. Grayscale: #C1C1C1. Windows color (decimal): -146167 or 640509. OLE color: 640509.
HSL color Cylindrical-coordinate representation of color #FDC509: hue angle of 46.23º 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 #FDC509 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.01 |
| HSL | 46.23º | 0.98% | 0.51% | - |
| HSV(B) | 46.23º | 0.96% | 0.99% | - |
| XYZ | 60.52 | 60.83 | 8.81 | - |
| YUV | 192.31 | 24.55 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 9 | 0 | 0.22 | 0.96 | 0.01 | 46.23 | 0.98 | 0.51 |
| Hex | FD | C5 | 9 | 0 | 16 | 60 | 1 | 2E | 62 | 33 |
| Octal | 375 | 305 | 11 | 0 | 26 | 140 | 1 | 56 | 142 | 63 |
| Binary | 11111101 | 11000101 | 1001 | 0 | 10110 | 1100000 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FDC509
Complementary color
Monochromatic Colors of #FDC509
Black with #FDC509
Text Example
Text Example
White with #FDC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC509; }
p { color: rgb(253,197,9); }
H1.HeaderClassName
{
color: #FDC509;
}
.AnyTagClassName
{
color: #FDC509;
}
</style>
background-color css
<style>
a { background-color: #FDC509; }
a { background-color: rgb(253,197,9); }
div.DivClassName
{
background-color: #FDC509;
}
.BgClassName
{
background-color: #FDC509;
}
</style>
border-color css
<style>
span { border-color: #FDC509; }
span { border-color: rgb(253,197,9); }
td.TdClassName
{
border-color: #FDC509;
}
.TagClassName
{
border-color: #FDC509;
}
</style>