Shades of Moon Yellow #FDC516
Tints of Moon Yellow #FDC516
RGB
CMYK
RGB Variations
Color information
#FDC516 (or 0xFDC516) is known color: Moon Yellow. HEX triplet: FD, C5 and 16. RGB value is (253,197,22). Sum of RGB (Red+Green+Blue) = 253+197+22=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC516 is #023AE9. Grayscale: #C2C2C2. Windows color (decimal): -146154 or 1492477. OLE color: 1492477.
HSL color Cylindrical-coordinate representation of color #FDC516: hue angle of 45.45º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC516 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.01 |
| HSL | 45.45º | 0.98% | 0.54% | - |
| HSV(B) | 45.45º | 0.91% | 0.99% | - |
| XYZ | 60.62 | 60.87 | 9.31 | - |
| YUV | 193.79 | 31.05 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 22 | 0 | 0.22 | 0.91 | 0.01 | 45.45 | 0.98 | 0.54 |
| Hex | FD | C5 | 16 | 0 | 16 | 5B | 1 | 2D | 62 | 36 |
| Octal | 375 | 305 | 26 | 0 | 26 | 133 | 1 | 55 | 142 | 66 |
| Binary | 11111101 | 11000101 | 10110 | 0 | 10110 | 1011011 | 1 | 101101 | 1100010 | 110110 |
Color Harmonies of #FDC516
Complementary color
Monochromatic Colors of #FDC516
Black with #FDC516
Text Example
Text Example
White with #FDC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC516; }
p { color: rgb(253,197,22); }
H1.HeaderClassName
{
color: #FDC516;
}
.AnyTagClassName
{
color: #FDC516;
}
</style>
background-color css
<style>
a { background-color: #FDC516; }
a { background-color: rgb(253,197,22); }
div.DivClassName
{
background-color: #FDC516;
}
.BgClassName
{
background-color: #FDC516;
}
</style>
border-color css
<style>
span { border-color: #FDC516; }
span { border-color: rgb(253,197,22); }
td.TdClassName
{
border-color: #FDC516;
}
.TagClassName
{
border-color: #FDC516;
}
</style>