Shades of Moon Yellow #FABF16
Tints of Moon Yellow #FABF16
RGB
CMYK
RGB Variations
Color information
#FABF16 (or 0xFABF16) is known color: Moon Yellow. HEX triplet: FA, BF and 16. RGB value is (250,191,22). Sum of RGB (Red+Green+Blue) = 250+191+22=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF16 is #0540E9. Grayscale: #BEBEBE. Windows color (decimal): -344298 or 1490938. OLE color: 1490938.
HSL color Cylindrical-coordinate representation of color #FABF16: hue angle of 44.47º 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 #FABF16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.02 |
| HSL | 44.47º | 0.96% | 0.53% | - |
| HSV(B) | 44.47º | 0.91% | 0.98% | - |
| XYZ | 58.2 | 57.64 | 8.82 | - |
| YUV | 189.38 | 33.55 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 22 | 0 | 0.24 | 0.91 | 0.02 | 44.47 | 0.96 | 0.53 |
| Hex | FA | BF | 16 | 0 | 18 | 5B | 2 | 2C | 60 | 35 |
| Octal | 372 | 277 | 26 | 0 | 30 | 133 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111111 | 10110 | 0 | 11000 | 1011011 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABF16
Complementary color
Monochromatic Colors of #FABF16
Black with #FABF16
Text Example
Text Example
White with #FABF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF16; }
p { color: rgb(250,191,22); }
H1.HeaderClassName
{
color: #FABF16;
}
.AnyTagClassName
{
color: #FABF16;
}
</style>
background-color css
<style>
a { background-color: #FABF16; }
a { background-color: rgb(250,191,22); }
div.DivClassName
{
background-color: #FABF16;
}
.BgClassName
{
background-color: #FABF16;
}
</style>
border-color css
<style>
span { border-color: #FABF16; }
span { border-color: rgb(250,191,22); }
td.TdClassName
{
border-color: #FABF16;
}
.TagClassName
{
border-color: #FABF16;
}
</style>