Shades of Golden Poppy #FDC404
Tints of Golden Poppy #FDC404
RGB
CMYK
RGB Variations
Color information
#FDC404 (or 0xFDC404) is known color: Golden Poppy. HEX triplet: FD, C4 and 04. RGB value is (253,196,4). Sum of RGB (Red+Green+Blue) = 253+196+4=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC404 is #023BFB. Grayscale: #BFBFBF. Windows color (decimal): -146428 or 312573. OLE color: 312573.
HSL color Cylindrical-coordinate representation of color #FDC404: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC404 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.01 |
| HSL | 46.27º | 0.98% | 0.5% | - |
| HSV(B) | 46.27º | 0.98% | 0.99% | - |
| XYZ | 60.27 | 60.37 | 8.59 | - |
| YUV | 191.16 | 22.38 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 4 | 0 | 0.23 | 0.98 | 0.01 | 46.27 | 0.98 | 0.5 |
| Hex | FD | C4 | 4 | 0 | 17 | 62 | 1 | 2E | 62 | 32 |
| Octal | 375 | 304 | 4 | 0 | 27 | 142 | 1 | 56 | 142 | 62 |
| Binary | 11111101 | 11000100 | 100 | 0 | 10111 | 1100010 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FDC404
Complementary color
Monochromatic Colors of #FDC404
Black with #FDC404
Text Example
Text Example
White with #FDC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC404; }
p { color: rgb(253,196,4); }
H1.HeaderClassName
{
color: #FDC404;
}
.AnyTagClassName
{
color: #FDC404;
}
</style>
background-color css
<style>
a { background-color: #FDC404; }
a { background-color: rgb(253,196,4); }
div.DivClassName
{
background-color: #FDC404;
}
.BgClassName
{
background-color: #FDC404;
}
</style>
border-color css
<style>
span { border-color: #FDC404; }
span { border-color: rgb(253,196,4); }
td.TdClassName
{
border-color: #FDC404;
}
.TagClassName
{
border-color: #FDC404;
}
</style>