Shades of Moon Yellow #FABA20
Tints of Moon Yellow #FABA20
RGB
CMYK
RGB Variations
Color information
#FABA20 (or 0xFABA20) is known color: Moon Yellow. HEX triplet: FA, BA and 20. RGB value is (250,186,32). Sum of RGB (Red+Green+Blue) = 250+186+32=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA20 is #0545DF. Grayscale: #BCBCBC. Windows color (decimal): -345568 or 2145018. OLE color: 2145018.
HSL color Cylindrical-coordinate representation of color #FABA20: hue angle of 42.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FABA20 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.02 |
| HSL | 42.39º | 0.96% | 0.55% | - |
| HSV(B) | 42.39º | 0.87% | 0.98% | - |
| XYZ | 57.24 | 55.55 | 9.07 | - |
| YUV | 187.58 | 40.2 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 32 | 0 | 0.26 | 0.87 | 0.02 | 42.39 | 0.96 | 0.55 |
| Hex | FA | BA | 20 | 0 | 1A | 57 | 2 | 2A | 60 | 37 |
| Octal | 372 | 272 | 40 | 0 | 32 | 127 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10111010 | 100000 | 0 | 11010 | 1010111 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FABA20
Complementary color
Monochromatic Colors of #FABA20
Black with #FABA20
Text Example
Text Example
White with #FABA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA20; }
p { color: rgb(250,186,32); }
H1.HeaderClassName
{
color: #FABA20;
}
.AnyTagClassName
{
color: #FABA20;
}
</style>
background-color css
<style>
a { background-color: #FABA20; }
a { background-color: rgb(250,186,32); }
div.DivClassName
{
background-color: #FABA20;
}
.BgClassName
{
background-color: #FABA20;
}
</style>
border-color css
<style>
span { border-color: #FABA20; }
span { border-color: rgb(250,186,32); }
td.TdClassName
{
border-color: #FABA20;
}
.TagClassName
{
border-color: #FABA20;
}
</style>