Shades of Moon Yellow #FABB22
Tints of Moon Yellow #FABB22
RGB
CMYK
RGB Variations
Color information
#FABB22 (or 0xFABB22) is known color: Moon Yellow. HEX triplet: FA, BB and 22. RGB value is (250,187,34). Sum of RGB (Red+Green+Blue) = 250+187+34=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB22 is #0544DD. Grayscale: #BDBDBD. Windows color (decimal): -345310 or 2276346. OLE color: 2276346.
HSL color Cylindrical-coordinate representation of color #FABB22: hue angle of 42.5º 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 #FABB22 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 34 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.02 |
| HSL | 42.5º | 0.96% | 0.56% | - |
| HSV(B) | 42.5º | 0.86% | 0.98% | - |
| XYZ | 57.48 | 55.98 | 9.29 | - |
| YUV | 188.4 | 40.87 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 34 | 0 | 0.25 | 0.86 | 0.02 | 42.5 | 0.96 | 0.56 |
| Hex | FA | BB | 22 | 0 | 19 | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 273 | 42 | 0 | 31 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111011 | 100010 | 0 | 11001 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABB22
Complementary color
Monochromatic Colors of #FABB22
Black with #FABB22
Text Example
Text Example
White with #FABB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB22; }
p { color: rgb(250,187,34); }
H1.HeaderClassName
{
color: #FABB22;
}
.AnyTagClassName
{
color: #FABB22;
}
</style>
background-color css
<style>
a { background-color: #FABB22; }
a { background-color: rgb(250,187,34); }
div.DivClassName
{
background-color: #FABB22;
}
.BgClassName
{
background-color: #FABB22;
}
</style>
border-color css
<style>
span { border-color: #FABB22; }
span { border-color: rgb(250,187,34); }
td.TdClassName
{
border-color: #FABB22;
}
.TagClassName
{
border-color: #FABB22;
}
</style>