Shades of Golden Poppy #FDC310
Tints of Golden Poppy #FDC310
RGB
CMYK
RGB Variations
Color information
#FDC310 (or 0xFDC310) is known color: Golden Poppy. HEX triplet: FD, C3 and 10. RGB value is (253,195,16). Sum of RGB (Red+Green+Blue) = 253+195+16=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC310 is #023CEF. Grayscale: #C0C0C0. Windows color (decimal): -146672 or 1098749. OLE color: 1098749.
HSL color Cylindrical-coordinate representation of color #FDC310: hue angle of 45.32º 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 #FDC310 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 16 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.32º | 0.98% | 0.53% | - |
| HSV(B) | 45.32º | 0.94% | 0.99% | - |
| XYZ | 60.12 | 59.95 | 8.89 | - |
| YUV | 191.94 | 28.72 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 16 | 0 | 0.23 | 0.94 | 0.01 | 45.32 | 0.98 | 0.53 |
| Hex | FD | C3 | 10 | 0 | 17 | 5E | 1 | 2D | 62 | 35 |
| Octal | 375 | 303 | 20 | 0 | 27 | 136 | 1 | 55 | 142 | 65 |
| Binary | 11111101 | 11000011 | 10000 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FDC310
Complementary color
Monochromatic Colors of #FDC310
Black with #FDC310
Text Example
Text Example
White with #FDC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC310; }
p { color: rgb(253,195,16); }
H1.HeaderClassName
{
color: #FDC310;
}
.AnyTagClassName
{
color: #FDC310;
}
</style>
background-color css
<style>
a { background-color: #FDC310; }
a { background-color: rgb(253,195,16); }
div.DivClassName
{
background-color: #FDC310;
}
.BgClassName
{
background-color: #FDC310;
}
</style>
border-color css
<style>
span { border-color: #FDC310; }
span { border-color: rgb(253,195,16); }
td.TdClassName
{
border-color: #FDC310;
}
.TagClassName
{
border-color: #FDC310;
}
</style>