Shades of Moon Yellow #FABA16
Tints of Moon Yellow #FABA16
RGB
CMYK
RGB Variations
Color information
#FABA16 (or 0xFABA16) is known color: Moon Yellow. HEX triplet: FA, BA and 16. RGB value is (250,186,22). Sum of RGB (Red+Green+Blue) = 250+186+22=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA16 is #0545E9. Grayscale: #BBBBBB. Windows color (decimal): -345578 or 1489658. OLE color: 1489658.
HSL color Cylindrical-coordinate representation of color #FABA16: hue angle of 43.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FABA16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.02 |
| HSL | 43.16º | 0.96% | 0.53% | - |
| HSV(B) | 43.16º | 0.91% | 0.98% | - |
| XYZ | 57.13 | 55.5 | 8.46 | - |
| YUV | 186.44 | 35.2 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 22 | 0 | 0.26 | 0.91 | 0.02 | 43.16 | 0.96 | 0.53 |
| Hex | FA | BA | 16 | 0 | 1A | 5B | 2 | 2B | 60 | 35 |
| Octal | 372 | 272 | 26 | 0 | 32 | 133 | 2 | 53 | 140 | 65 |
| Binary | 11111010 | 10111010 | 10110 | 0 | 11010 | 1011011 | 10 | 101011 | 1100000 | 110101 |
Color Harmonies of #FABA16
Complementary color
Monochromatic Colors of #FABA16
Black with #FABA16
Text Example
Text Example
White with #FABA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA16; }
p { color: rgb(250,186,22); }
H1.HeaderClassName
{
color: #FABA16;
}
.AnyTagClassName
{
color: #FABA16;
}
</style>
background-color css
<style>
a { background-color: #FABA16; }
a { background-color: rgb(250,186,22); }
div.DivClassName
{
background-color: #FABA16;
}
.BgClassName
{
background-color: #FABA16;
}
</style>
border-color css
<style>
span { border-color: #FABA16; }
span { border-color: rgb(250,186,22); }
td.TdClassName
{
border-color: #FABA16;
}
.TagClassName
{
border-color: #FABA16;
}
</style>