Shades of Golden Poppy #FDC105
Tints of Golden Poppy #FDC105
RGB
CMYK
RGB Variations
Color information
#FDC105 (or 0xFDC105) is known color: Golden Poppy. HEX triplet: FD, C1 and 05. RGB value is (253,193,5). Sum of RGB (Red+Green+Blue) = 253+193+5=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC105 is #023EFA. Grayscale: #BEBEBE. Windows color (decimal): -147195 or 377341. OLE color: 377341.
HSL color Cylindrical-coordinate representation of color #FDC105: hue angle of 45.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC105 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.01 |
| HSL | 45.48º | 0.98% | 0.51% | - |
| HSV(B) | 45.48º | 0.98% | 0.99% | - |
| XYZ | 59.61 | 59.03 | 8.4 | - |
| YUV | 189.51 | 23.88 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 5 | 0 | 0.24 | 0.98 | 0.01 | 45.48 | 0.98 | 0.51 |
| Hex | FD | C1 | 5 | 0 | 18 | 62 | 1 | 2D | 62 | 33 |
| Octal | 375 | 301 | 5 | 0 | 30 | 142 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 11000001 | 101 | 0 | 11000 | 1100010 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDC105
Complementary color
Monochromatic Colors of #FDC105
Black with #FDC105
Text Example
Text Example
White with #FDC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC105; }
p { color: rgb(253,193,5); }
H1.HeaderClassName
{
color: #FDC105;
}
.AnyTagClassName
{
color: #FDC105;
}
</style>
background-color css
<style>
a { background-color: #FDC105; }
a { background-color: rgb(253,193,5); }
div.DivClassName
{
background-color: #FDC105;
}
.BgClassName
{
background-color: #FDC105;
}
</style>
border-color css
<style>
span { border-color: #FDC105; }
span { border-color: rgb(253,193,5); }
td.TdClassName
{
border-color: #FDC105;
}
.TagClassName
{
border-color: #FDC105;
}
</style>