Shades of Moon Yellow #FABA22
Tints of Moon Yellow #FABA22
RGB
CMYK
RGB Variations
Color information
#FABA22 (or 0xFABA22) is known color: Moon Yellow. HEX triplet: FA, BA and 22. RGB value is (250,186,34). Sum of RGB (Red+Green+Blue) = 250+186+34=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA22 is #0545DD. Grayscale: #BCBCBC. Windows color (decimal): -345566 or 2276090. OLE color: 2276090.
HSL color Cylindrical-coordinate representation of color #FABA22: hue angle of 42.22º 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 #FABA22 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 34 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.02 |
| HSL | 42.22º | 0.96% | 0.56% | - |
| HSV(B) | 42.22º | 0.86% | 0.98% | - |
| XYZ | 57.27 | 55.56 | 9.22 | - |
| YUV | 187.81 | 41.2 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 34 | 0 | 0.26 | 0.86 | 0.02 | 42.22 | 0.96 | 0.56 |
| Hex | FA | BA | 22 | 0 | 1A | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 272 | 42 | 0 | 32 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111010 | 100010 | 0 | 11010 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABA22
Complementary color
Monochromatic Colors of #FABA22
Black with #FABA22
Text Example
Text Example
White with #FABA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA22; }
p { color: rgb(250,186,34); }
H1.HeaderClassName
{
color: #FABA22;
}
.AnyTagClassName
{
color: #FABA22;
}
</style>
background-color css
<style>
a { background-color: #FABA22; }
a { background-color: rgb(250,186,34); }
div.DivClassName
{
background-color: #FABA22;
}
.BgClassName
{
background-color: #FABA22;
}
</style>
border-color css
<style>
span { border-color: #FABA22; }
span { border-color: rgb(250,186,34); }
td.TdClassName
{
border-color: #FABA22;
}
.TagClassName
{
border-color: #FABA22;
}
</style>