Shades of Moon Yellow #FDC022
Tints of Moon Yellow #FDC022
RGB
CMYK
RGB Variations
Color information
#FDC022 (or 0xFDC022) is known color: Moon Yellow. HEX triplet: FD, C0 and 22. RGB value is (253,192,34). Sum of RGB (Red+Green+Blue) = 253+192+34=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC022 is #023FDD. Grayscale: #C0C0C0. Windows color (decimal): -147422 or 2277629. OLE color: 2277629.
HSL color Cylindrical-coordinate representation of color #FDC022: hue angle of 43.29º 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 #FDC022 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 34 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.01 |
| HSL | 43.29º | 0.98% | 0.56% | - |
| HSV(B) | 43.29º | 0.87% | 0.99% | - |
| XYZ | 59.65 | 58.7 | 9.7 | - |
| YUV | 192.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 34 | 0 | 0.24 | 0.87 | 0.01 | 43.29 | 0.98 | 0.56 |
| Hex | FD | C0 | 22 | 0 | 18 | 57 | 1 | 2B | 62 | 38 |
| Octal | 375 | 300 | 42 | 0 | 30 | 127 | 1 | 53 | 142 | 70 |
| Binary | 11111101 | 11000000 | 100010 | 0 | 11000 | 1010111 | 1 | 101011 | 1100010 | 111000 |
Color Harmonies of #FDC022
Complementary color
Monochromatic Colors of #FDC022
Black with #FDC022
Text Example
Text Example
White with #FDC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC022; }
p { color: rgb(253,192,34); }
H1.HeaderClassName
{
color: #FDC022;
}
.AnyTagClassName
{
color: #FDC022;
}
</style>
background-color css
<style>
a { background-color: #FDC022; }
a { background-color: rgb(253,192,34); }
div.DivClassName
{
background-color: #FDC022;
}
.BgClassName
{
background-color: #FDC022;
}
</style>
border-color css
<style>
span { border-color: #FDC022; }
span { border-color: rgb(253,192,34); }
td.TdClassName
{
border-color: #FDC022;
}
.TagClassName
{
border-color: #FDC022;
}
</style>