Shades of Moon Yellow #FABA19
Tints of Moon Yellow #FABA19
RGB
CMYK
RGB Variations
Color information
#FABA19 (or 0xFABA19) is known color: Moon Yellow. HEX triplet: FA, BA and 19. RGB value is (250,186,25). Sum of RGB (Red+Green+Blue) = 250+186+25=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA19 is #0545E6. Grayscale: #BBBBBB. Windows color (decimal): -345575 or 1686266. OLE color: 1686266.
HSL color Cylindrical-coordinate representation of color #FABA19: hue angle of 42.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FABA19 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 25 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.02 |
| HSL | 42.93º | 0.96% | 0.54% | - |
| HSV(B) | 42.93º | 0.9% | 0.98% | - |
| XYZ | 57.16 | 55.51 | 8.62 | - |
| YUV | 186.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 25 | 0 | 0.26 | 0.9 | 0.02 | 42.93 | 0.96 | 0.54 |
| Hex | FA | BA | 19 | 0 | 1A | 5A | 2 | 2B | 60 | 36 |
| Octal | 372 | 272 | 31 | 0 | 32 | 132 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111010 | 11001 | 0 | 11010 | 1011010 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FABA19
Complementary color
Monochromatic Colors of #FABA19
Black with #FABA19
Text Example
Text Example
White with #FABA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA19; }
p { color: rgb(250,186,25); }
H1.HeaderClassName
{
color: #FABA19;
}
.AnyTagClassName
{
color: #FABA19;
}
</style>
background-color css
<style>
a { background-color: #FABA19; }
a { background-color: rgb(250,186,25); }
div.DivClassName
{
background-color: #FABA19;
}
.BgClassName
{
background-color: #FABA19;
}
</style>
border-color css
<style>
span { border-color: #FABA19; }
span { border-color: rgb(250,186,25); }
td.TdClassName
{
border-color: #FABA19;
}
.TagClassName
{
border-color: #FABA19;
}
</style>