Shades of Moon Yellow #FABF18
Tints of Moon Yellow #FABF18
RGB
CMYK
RGB Variations
Color information
#FABF18 (or 0xFABF18) is known color: Moon Yellow. HEX triplet: FA, BF and 18. RGB value is (250,191,24). Sum of RGB (Red+Green+Blue) = 250+191+24=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF18 is #0540E7. Grayscale: #BEBEBE. Windows color (decimal): -344296 or 1622010. OLE color: 1622010.
HSL color Cylindrical-coordinate representation of color #FABF18: hue angle of 44.34º 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 #FABF18 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.02 |
| HSL | 44.34º | 0.96% | 0.54% | - |
| HSV(B) | 44.34º | 0.9% | 0.98% | - |
| XYZ | 58.22 | 57.65 | 8.92 | - |
| YUV | 189.6 | 34.55 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 24 | 0 | 0.24 | 0.90 | 0.02 | 44.34 | 0.96 | 0.54 |
| Hex | FA | BF | 18 | 0 | 18 | 5A | 2 | 2C | 60 | 36 |
| Octal | 372 | 277 | 30 | 0 | 30 | 132 | 2 | 54 | 140 | 66 |
| Binary | 11111010 | 10111111 | 11000 | 0 | 11000 | 1011010 | 10 | 101100 | 1100000 | 110110 |
Color Harmonies of #FABF18
Complementary color
Monochromatic Colors of #FABF18
Black with #FABF18
Text Example
Text Example
White with #FABF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF18; }
p { color: rgb(250,191,24); }
H1.HeaderClassName
{
color: #FABF18;
}
.AnyTagClassName
{
color: #FABF18;
}
</style>
background-color css
<style>
a { background-color: #FABF18; }
a { background-color: rgb(250,191,24); }
div.DivClassName
{
background-color: #FABF18;
}
.BgClassName
{
background-color: #FABF18;
}
</style>
border-color css
<style>
span { border-color: #FABF18; }
span { border-color: rgb(250,191,24); }
td.TdClassName
{
border-color: #FABF18;
}
.TagClassName
{
border-color: #FABF18;
}
</style>