Shades of Moon Yellow #FDC020
Tints of Moon Yellow #FDC020
RGB
CMYK
RGB Variations
Color information
#FDC020 (or 0xFDC020) is known color: Moon Yellow. HEX triplet: FD, C0 and 20. RGB value is (253,192,32). Sum of RGB (Red+Green+Blue) = 253+192+32=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC020 is #023FDF. Grayscale: #C0C0C0. Windows color (decimal): -147424 or 2146557. OLE color: 2146557.
HSL color Cylindrical-coordinate representation of color #FDC020: hue angle of 43.44º 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 #FDC020 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.01 |
| HSL | 43.44º | 0.98% | 0.56% | - |
| HSV(B) | 43.44º | 0.87% | 0.99% | - |
| XYZ | 59.62 | 58.69 | 9.55 | - |
| YUV | 192 | 37.71 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 32 | 0 | 0.24 | 0.87 | 0.01 | 43.44 | 0.98 | 0.56 |
| Hex | FD | C0 | 20 | 0 | 18 | 57 | 1 | 2B | 62 | 38 |
| Octal | 375 | 300 | 40 | 0 | 30 | 127 | 1 | 53 | 142 | 70 |
| Binary | 11111101 | 11000000 | 100000 | 0 | 11000 | 1010111 | 1 | 101011 | 1100010 | 111000 |
Color Harmonies of #FDC020
Complementary color
Monochromatic Colors of #FDC020
Black with #FDC020
Text Example
Text Example
White with #FDC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC020; }
p { color: rgb(253,192,32); }
H1.HeaderClassName
{
color: #FDC020;
}
.AnyTagClassName
{
color: #FDC020;
}
</style>
background-color css
<style>
a { background-color: #FDC020; }
a { background-color: rgb(253,192,32); }
div.DivClassName
{
background-color: #FDC020;
}
.BgClassName
{
background-color: #FDC020;
}
</style>
border-color css
<style>
span { border-color: #FDC020; }
span { border-color: rgb(253,192,32); }
td.TdClassName
{
border-color: #FDC020;
}
.TagClassName
{
border-color: #FDC020;
}
</style>