Shades of Moon Yellow #FDC120
Tints of Moon Yellow #FDC120
RGB
CMYK
RGB Variations
Color information
#FDC120 (or 0xFDC120) is known color: Moon Yellow. HEX triplet: FD, C1 and 20. RGB value is (253,193,32). Sum of RGB (Red+Green+Blue) = 253+193+32=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC120 is #023EDF. Grayscale: #C1C1C1. Windows color (decimal): -147168 or 2146813. OLE color: 2146813.
HSL color Cylindrical-coordinate representation of color #FDC120: hue angle of 43.71º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDC120 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.01 |
| HSL | 43.71º | 0.98% | 0.56% | - |
| HSV(B) | 43.71º | 0.87% | 0.99% | - |
| XYZ | 59.84 | 59.13 | 9.63 | - |
| YUV | 192.59 | 37.38 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 32 | 0 | 0.24 | 0.87 | 0.01 | 43.71 | 0.98 | 0.56 |
| Hex | FD | C1 | 20 | 0 | 18 | 57 | 1 | 2C | 62 | 38 |
| Octal | 375 | 301 | 40 | 0 | 30 | 127 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000001 | 100000 | 0 | 11000 | 1010111 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC120
Complementary color
Monochromatic Colors of #FDC120
Black with #FDC120
Text Example
Text Example
White with #FDC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC120; }
p { color: rgb(253,193,32); }
H1.HeaderClassName
{
color: #FDC120;
}
.AnyTagClassName
{
color: #FDC120;
}
</style>
background-color css
<style>
a { background-color: #FDC120; }
a { background-color: rgb(253,193,32); }
div.DivClassName
{
background-color: #FDC120;
}
.BgClassName
{
background-color: #FDC120;
}
</style>
border-color css
<style>
span { border-color: #FDC120; }
span { border-color: rgb(253,193,32); }
td.TdClassName
{
border-color: #FDC120;
}
.TagClassName
{
border-color: #FDC120;
}
</style>