Shades of Golden Poppy #FDC104
Tints of Golden Poppy #FDC104
RGB
CMYK
RGB Variations
Color information
#FDC104 (or 0xFDC104) is known color: Golden Poppy. HEX triplet: FD, C1 and 04. RGB value is (253,193,4). Sum of RGB (Red+Green+Blue) = 253+193+4=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC104 is #023EFB. Grayscale: #BEBEBE. Windows color (decimal): -147196 or 311805. OLE color: 311805.
HSL color Cylindrical-coordinate representation of color #FDC104: hue angle of 45.54º 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 #FDC104 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.01 |
| HSL | 45.54º | 0.98% | 0.5% | - |
| HSV(B) | 45.54º | 0.98% | 0.99% | - |
| XYZ | 59.6 | 59.03 | 8.37 | - |
| YUV | 189.39 | 23.38 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 4 | 0 | 0.24 | 0.98 | 0.01 | 45.54 | 0.98 | 0.5 |
| Hex | FD | C1 | 4 | 0 | 18 | 62 | 1 | 2E | 62 | 32 |
| Octal | 375 | 301 | 4 | 0 | 30 | 142 | 1 | 56 | 142 | 62 |
| Binary | 11111101 | 11000001 | 100 | 0 | 11000 | 1100010 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FDC104
Complementary color
Monochromatic Colors of #FDC104
Black with #FDC104
Text Example
Text Example
White with #FDC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC104; }
p { color: rgb(253,193,4); }
H1.HeaderClassName
{
color: #FDC104;
}
.AnyTagClassName
{
color: #FDC104;
}
</style>
background-color css
<style>
a { background-color: #FDC104; }
a { background-color: rgb(253,193,4); }
div.DivClassName
{
background-color: #FDC104;
}
.BgClassName
{
background-color: #FDC104;
}
</style>
border-color css
<style>
span { border-color: #FDC104; }
span { border-color: rgb(253,193,4); }
td.TdClassName
{
border-color: #FDC104;
}
.TagClassName
{
border-color: #FDC104;
}
</style>