Shades of Moon Yellow #FABA24
Tints of Moon Yellow #FABA24
RGB
CMYK
RGB Variations
Color information
#FABA24 (or 0xFABA24) is known color: Moon Yellow. HEX triplet: FA, BA and 24. RGB value is (250,186,36). Sum of RGB (Red+Green+Blue) = 250+186+36=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA24 is #0545DB. Grayscale: #BCBCBC. Windows color (decimal): -345564 or 2407162. OLE color: 2407162.
HSL color Cylindrical-coordinate representation of color #FABA24: hue angle of 42.06º 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 #FABA24 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 36 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.02 |
| HSL | 42.06º | 0.96% | 0.56% | - |
| HSV(B) | 42.06º | 0.86% | 0.98% | - |
| XYZ | 57.3 | 55.57 | 9.37 | - |
| YUV | 188.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 36 | 0 | 0.26 | 0.86 | 0.02 | 42.06 | 0.96 | 0.56 |
| Hex | FA | BA | 24 | 0 | 1A | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 272 | 44 | 0 | 32 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111010 | 100100 | 0 | 11010 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABA24
Complementary color
Monochromatic Colors of #FABA24
Black with #FABA24
Text Example
Text Example
White with #FABA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA24; }
p { color: rgb(250,186,36); }
H1.HeaderClassName
{
color: #FABA24;
}
.AnyTagClassName
{
color: #FABA24;
}
</style>
background-color css
<style>
a { background-color: #FABA24; }
a { background-color: rgb(250,186,36); }
div.DivClassName
{
background-color: #FABA24;
}
.BgClassName
{
background-color: #FABA24;
}
</style>
border-color css
<style>
span { border-color: #FABA24; }
span { border-color: rgb(250,186,36); }
td.TdClassName
{
border-color: #FABA24;
}
.TagClassName
{
border-color: #FABA24;
}
</style>