Shades of Golden Poppy #FDC110
Tints of Golden Poppy #FDC110
RGB
CMYK
RGB Variations
Color information
#FDC110 (or 0xFDC110) is known color: Golden Poppy. HEX triplet: FD, C1 and 10. RGB value is (253,193,16). Sum of RGB (Red+Green+Blue) = 253+193+16=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC110 is #023EEF. Grayscale: #BFBFBF. Windows color (decimal): -147184 or 1098237. OLE color: 1098237.
HSL color Cylindrical-coordinate representation of color #FDC110: hue angle of 44.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC110 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 16 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.01 |
| HSL | 44.81º | 0.98% | 0.53% | - |
| HSV(B) | 44.81º | 0.94% | 0.99% | - |
| XYZ | 59.67 | 59.06 | 8.74 | - |
| YUV | 190.76 | 29.38 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 16 | 0 | 0.24 | 0.94 | 0.01 | 44.81 | 0.98 | 0.53 |
| Hex | FD | C1 | 10 | 0 | 18 | 5E | 1 | 2D | 62 | 35 |
| Octal | 375 | 301 | 20 | 0 | 30 | 136 | 1 | 55 | 142 | 65 |
| Binary | 11111101 | 11000001 | 10000 | 0 | 11000 | 1011110 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FDC110
Complementary color
Monochromatic Colors of #FDC110
Black with #FDC110
Text Example
Text Example
White with #FDC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC110; }
p { color: rgb(253,193,16); }
H1.HeaderClassName
{
color: #FDC110;
}
.AnyTagClassName
{
color: #FDC110;
}
</style>
background-color css
<style>
a { background-color: #FDC110; }
a { background-color: rgb(253,193,16); }
div.DivClassName
{
background-color: #FDC110;
}
.BgClassName
{
background-color: #FDC110;
}
</style>
border-color css
<style>
span { border-color: #FDC110; }
span { border-color: rgb(253,193,16); }
td.TdClassName
{
border-color: #FDC110;
}
.TagClassName
{
border-color: #FDC110;
}
</style>