Shades of Moon Yellow #FAC222
Tints of Moon Yellow #FAC222
RGB
CMYK
RGB Variations
Color information
#FAC222 (or 0xFAC222) is known color: Moon Yellow. HEX triplet: FA, C2 and 22. RGB value is (250,194,34). Sum of RGB (Red+Green+Blue) = 250+194+34=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC222 is #053DDD. Grayscale: #C1C1C1. Windows color (decimal): -343518 or 2278138. OLE color: 2278138.
HSL color Cylindrical-coordinate representation of color #FAC222: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAC222 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.02 |
| HSL | 44.44º | 0.96% | 0.56% | - |
| HSV(B) | 44.44º | 0.86% | 0.98% | - |
| XYZ | 59 | 59.02 | 9.8 | - |
| YUV | 192.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 34 | 0 | 0.22 | 0.86 | 0.02 | 44.44 | 0.96 | 0.56 |
| Hex | FA | C2 | 22 | 0 | 16 | 56 | 2 | 2C | 60 | 38 |
| Octal | 372 | 302 | 42 | 0 | 26 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111010 | 11000010 | 100010 | 0 | 10110 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FAC222
Complementary color
Monochromatic Colors of #FAC222
Black with #FAC222
Text Example
Text Example
White with #FAC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC222; }
p { color: rgb(250,194,34); }
H1.HeaderClassName
{
color: #FAC222;
}
.AnyTagClassName
{
color: #FAC222;
}
</style>
background-color css
<style>
a { background-color: #FAC222; }
a { background-color: rgb(250,194,34); }
div.DivClassName
{
background-color: #FAC222;
}
.BgClassName
{
background-color: #FAC222;
}
</style>
border-color css
<style>
span { border-color: #FAC222; }
span { border-color: rgb(250,194,34); }
td.TdClassName
{
border-color: #FAC222;
}
.TagClassName
{
border-color: #FAC222;
}
</style>