Shades of Moon Yellow #FDC220
Tints of Moon Yellow #FDC220
RGB
CMYK
RGB Variations
Color information
#FDC220 (or 0xFDC220) is known color: Moon Yellow. HEX triplet: FD, C2 and 20. RGB value is (253,194,32). Sum of RGB (Red+Green+Blue) = 253+194+32=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC220 is #023DDF. Grayscale: #C1C1C1. Windows color (decimal): -146912 or 2147069. OLE color: 2147069.
HSL color Cylindrical-coordinate representation of color #FDC220: hue angle of 43.98º 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 #FDC220 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.01 |
| HSL | 43.98º | 0.98% | 0.56% | - |
| HSV(B) | 43.98º | 0.87% | 0.99% | - |
| XYZ | 60.06 | 59.57 | 9.7 | - |
| YUV | 193.17 | 37.05 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 32 | 0 | 0.23 | 0.87 | 0.01 | 43.98 | 0.98 | 0.56 |
| Hex | FD | C2 | 20 | 0 | 17 | 57 | 1 | 2C | 62 | 38 |
| Octal | 375 | 302 | 40 | 0 | 27 | 127 | 1 | 54 | 142 | 70 |
| Binary | 11111101 | 11000010 | 100000 | 0 | 10111 | 1010111 | 1 | 101100 | 1100010 | 111000 |
Color Harmonies of #FDC220
Complementary color
Monochromatic Colors of #FDC220
Black with #FDC220
Text Example
Text Example
White with #FDC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC220; }
p { color: rgb(253,194,32); }
H1.HeaderClassName
{
color: #FDC220;
}
.AnyTagClassName
{
color: #FDC220;
}
</style>
background-color css
<style>
a { background-color: #FDC220; }
a { background-color: rgb(253,194,32); }
div.DivClassName
{
background-color: #FDC220;
}
.BgClassName
{
background-color: #FDC220;
}
</style>
border-color css
<style>
span { border-color: #FDC220; }
span { border-color: rgb(253,194,32); }
td.TdClassName
{
border-color: #FDC220;
}
.TagClassName
{
border-color: #FDC220;
}
</style>