Shades of Moon Yellow #FCC022
Tints of Moon Yellow #FCC022
RGB
CMYK
RGB Variations
Color information
#FCC022 (or 0xFCC022) is known color: Moon Yellow. HEX triplet: FC, C0 and 22. RGB value is (252,192,34). Sum of RGB (Red+Green+Blue) = 252+192+34=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC022 is #033FDD. Grayscale: #C0C0C0. Windows color (decimal): -212958 or 2277628. OLE color: 2277628.
HSL color Cylindrical-coordinate representation of color #FCC022: hue angle of 43.49º degrees, saturation: 0.97, 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 #FCC022 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 34 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.01 |
| HSL | 43.49º | 0.97% | 0.56% | - |
| HSV(B) | 43.49º | 0.87% | 0.99% | - |
| XYZ | 59.28 | 58.51 | 9.68 | - |
| YUV | 191.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 34 | 0 | 0.24 | 0.87 | 0.01 | 43.49 | 0.97 | 0.56 |
| Hex | FC | C0 | 22 | 0 | 18 | 57 | 1 | 2B | 61 | 38 |
| Octal | 374 | 300 | 42 | 0 | 30 | 127 | 1 | 53 | 141 | 70 |
| Binary | 11111100 | 11000000 | 100010 | 0 | 11000 | 1010111 | 1 | 101011 | 1100001 | 111000 |
Color Harmonies of #FCC022
Complementary color
Monochromatic Colors of #FCC022
Black with #FCC022
Text Example
Text Example
White with #FCC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC022; }
p { color: rgb(252,192,34); }
H1.HeaderClassName
{
color: #FCC022;
}
.AnyTagClassName
{
color: #FCC022;
}
</style>
background-color css
<style>
a { background-color: #FCC022; }
a { background-color: rgb(252,192,34); }
div.DivClassName
{
background-color: #FCC022;
}
.BgClassName
{
background-color: #FCC022;
}
</style>
border-color css
<style>
span { border-color: #FCC022; }
span { border-color: rgb(252,192,34); }
td.TdClassName
{
border-color: #FCC022;
}
.TagClassName
{
border-color: #FCC022;
}
</style>