Shades of Golden Poppy #FDC304
Tints of Golden Poppy #FDC304
RGB
CMYK
RGB Variations
Color information
#FDC304 (or 0xFDC304) is known color: Golden Poppy. HEX triplet: FD, C3 and 04. RGB value is (253,195,4). Sum of RGB (Red+Green+Blue) = 253+195+4=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC304 is #023CFB. Grayscale: #BFBFBF. Windows color (decimal): -146684 or 312317. OLE color: 312317.
HSL color Cylindrical-coordinate representation of color #FDC304: hue angle of 46.02º 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 #FDC304 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.01 |
| HSL | 46.02º | 0.98% | 0.5% | - |
| HSV(B) | 46.02º | 0.98% | 0.99% | - |
| XYZ | 60.05 | 59.92 | 8.52 | - |
| YUV | 190.57 | 22.72 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 4 | 0 | 0.23 | 0.98 | 0.01 | 46.02 | 0.98 | 0.5 |
| Hex | FD | C3 | 4 | 0 | 17 | 62 | 1 | 2E | 62 | 32 |
| Octal | 375 | 303 | 4 | 0 | 27 | 142 | 1 | 56 | 142 | 62 |
| Binary | 11111101 | 11000011 | 100 | 0 | 10111 | 1100010 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FDC304
Complementary color
Monochromatic Colors of #FDC304
Black with #FDC304
Text Example
Text Example
White with #FDC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC304; }
p { color: rgb(253,195,4); }
H1.HeaderClassName
{
color: #FDC304;
}
.AnyTagClassName
{
color: #FDC304;
}
</style>
background-color css
<style>
a { background-color: #FDC304; }
a { background-color: rgb(253,195,4); }
div.DivClassName
{
background-color: #FDC304;
}
.BgClassName
{
background-color: #FDC304;
}
</style>
border-color css
<style>
span { border-color: #FDC304; }
span { border-color: rgb(253,195,4); }
td.TdClassName
{
border-color: #FDC304;
}
.TagClassName
{
border-color: #FDC304;
}
</style>