Shades of Moon Yellow #FDC016
Tints of Moon Yellow #FDC016
RGB
CMYK
RGB Variations
Color information
#FDC016 (or 0xFDC016) is known color: Moon Yellow. HEX triplet: FD, C0 and 16. RGB value is (253,192,22). Sum of RGB (Red+Green+Blue) = 253+192+22=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC016 is #023FE9. Grayscale: #BFBFBF. Windows color (decimal): -147434 or 1491197. OLE color: 1491197.
HSL color Cylindrical-coordinate representation of color #FDC016: hue angle of 44.16º 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 #FDC016 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.01 |
| HSL | 44.16º | 0.98% | 0.54% | - |
| HSV(B) | 44.16º | 0.91% | 0.99% | - |
| XYZ | 59.5 | 58.64 | 8.94 | - |
| YUV | 190.86 | 32.71 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 22 | 0 | 0.24 | 0.91 | 0.01 | 44.16 | 0.98 | 0.54 |
| Hex | FD | C0 | 16 | 0 | 18 | 5B | 1 | 2C | 62 | 36 |
| Octal | 375 | 300 | 26 | 0 | 30 | 133 | 1 | 54 | 142 | 66 |
| Binary | 11111101 | 11000000 | 10110 | 0 | 11000 | 1011011 | 1 | 101100 | 1100010 | 110110 |
Color Harmonies of #FDC016
Complementary color
Monochromatic Colors of #FDC016
Black with #FDC016
Text Example
Text Example
White with #FDC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC016; }
p { color: rgb(253,192,22); }
H1.HeaderClassName
{
color: #FDC016;
}
.AnyTagClassName
{
color: #FDC016;
}
</style>
background-color css
<style>
a { background-color: #FDC016; }
a { background-color: rgb(253,192,22); }
div.DivClassName
{
background-color: #FDC016;
}
.BgClassName
{
background-color: #FDC016;
}
</style>
border-color css
<style>
span { border-color: #FDC016; }
span { border-color: rgb(253,192,22); }
td.TdClassName
{
border-color: #FDC016;
}
.TagClassName
{
border-color: #FDC016;
}
</style>