Shades of Moon Yellow #FDC116
Tints of Moon Yellow #FDC116
RGB
CMYK
RGB Variations
Color information
#FDC116 (or 0xFDC116) is known color: Moon Yellow. HEX triplet: FD, C1 and 16. RGB value is (253,193,22). Sum of RGB (Red+Green+Blue) = 253+193+22=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC116 is #023EE9. Grayscale: #C0C0C0. Windows color (decimal): -147178 or 1491453. OLE color: 1491453.
HSL color Cylindrical-coordinate representation of color #FDC116: hue angle of 44.42º 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 #FDC116 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.01 |
| HSL | 44.42º | 0.98% | 0.54% | - |
| HSV(B) | 44.42º | 0.91% | 0.99% | - |
| XYZ | 59.72 | 59.08 | 9.02 | - |
| YUV | 191.45 | 32.38 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 22 | 0 | 0.24 | 0.91 | 0.01 | 44.42 | 0.98 | 0.54 |
| Hex | FD | C1 | 16 | 0 | 18 | 5B | 1 | 2C | 62 | 36 |
| Octal | 375 | 301 | 26 | 0 | 30 | 133 | 1 | 54 | 142 | 66 |
| Binary | 11111101 | 11000001 | 10110 | 0 | 11000 | 1011011 | 1 | 101100 | 1100010 | 110110 |
Color Harmonies of #FDC116
Complementary color
Monochromatic Colors of #FDC116
Black with #FDC116
Text Example
Text Example
White with #FDC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC116; }
p { color: rgb(253,193,22); }
H1.HeaderClassName
{
color: #FDC116;
}
.AnyTagClassName
{
color: #FDC116;
}
</style>
background-color css
<style>
a { background-color: #FDC116; }
a { background-color: rgb(253,193,22); }
div.DivClassName
{
background-color: #FDC116;
}
.BgClassName
{
background-color: #FDC116;
}
</style>
border-color css
<style>
span { border-color: #FDC116; }
span { border-color: rgb(253,193,22); }
td.TdClassName
{
border-color: #FDC116;
}
.TagClassName
{
border-color: #FDC116;
}
</style>