Shades of Golden Poppy #FDC500
Tints of Golden Poppy #FDC500
RGB
CMYK
RGB Variations
Color information
#FDC500 (or 0xFDC500) is known color: Golden Poppy. HEX triplet: FD, C5 and 00. RGB value is (253,197,0). Sum of RGB (Red+Green+Blue) = 253+197+0=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC500 is #023AFF. Grayscale: #C0C0C0. Windows color (decimal): -146176 or 50685. OLE color: 50685.
HSL color Cylindrical-coordinate representation of color #FDC500: hue angle of 46.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.01 |
| HSL | 46.72º | 1% | 0.5% | - |
| HSV(B) | 46.72º | 1% | 0.99% | - |
| XYZ | 60.47 | 60.82 | 8.55 | - |
| YUV | 191.29 | 20.05 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 0 | 0 | 0.22 | 1 | 0.01 | 46.72 | 1 | 0.5 |
| Hex | FD | C5 | 0 | 0 | 16 | 64 | 1 | 2F | 64 | 32 |
| Octal | 375 | 305 | 0 | 0 | 26 | 144 | 1 | 57 | 144 | 62 |
| Binary | 11111101 | 11000101 | 0 | 0 | 10110 | 1100100 | 1 | 101111 | 1100100 | 110010 |
Color Harmonies of #FDC500
Complementary color
Monochromatic Colors of #FDC500
Black with #FDC500
Text Example
Text Example
White with #FDC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC500; }
p { color: rgb(253,197,0); }
H1.HeaderClassName
{
color: #FDC500;
}
.AnyTagClassName
{
color: #FDC500;
}
</style>
background-color css
<style>
a { background-color: #FDC500; }
a { background-color: rgb(253,197,0); }
div.DivClassName
{
background-color: #FDC500;
}
.BgClassName
{
background-color: #FDC500;
}
</style>
border-color css
<style>
span { border-color: #FDC500; }
span { border-color: rgb(253,197,0); }
td.TdClassName
{
border-color: #FDC500;
}
.TagClassName
{
border-color: #FDC500;
}
</style>