Shades of Moon Yellow #FABE16
Tints of Moon Yellow #FABE16
RGB
CMYK
RGB Variations
Color information
#FABE16 (or 0xFABE16) is known color: Moon Yellow. HEX triplet: FA, BE and 16. RGB value is (250,190,22). Sum of RGB (Red+Green+Blue) = 250+190+22=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABE16 is #0541E9. Grayscale: #BDBDBD. Windows color (decimal): -344554 or 1490682. OLE color: 1490682.
HSL color Cylindrical-coordinate representation of color #FABE16: hue angle of 44.21º 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 #FABE16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.02 |
| HSL | 44.21º | 0.96% | 0.53% | - |
| HSV(B) | 44.21º | 0.91% | 0.98% | - |
| XYZ | 57.98 | 57.21 | 8.75 | - |
| YUV | 188.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 22 | 0 | 0.24 | 0.91 | 0.02 | 44.21 | 0.96 | 0.53 |
| Hex | FA | BE | 16 | 0 | 18 | 5B | 2 | 2C | 60 | 35 |
| Octal | 372 | 276 | 26 | 0 | 30 | 133 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111110 | 10110 | 0 | 11000 | 1011011 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABE16
Complementary color
Monochromatic Colors of #FABE16
Black with #FABE16
Text Example
Text Example
White with #FABE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE16; }
p { color: rgb(250,190,22); }
H1.HeaderClassName
{
color: #FABE16;
}
.AnyTagClassName
{
color: #FABE16;
}
</style>
background-color css
<style>
a { background-color: #FABE16; }
a { background-color: rgb(250,190,22); }
div.DivClassName
{
background-color: #FABE16;
}
.BgClassName
{
background-color: #FABE16;
}
</style>
border-color css
<style>
span { border-color: #FABE16; }
span { border-color: rgb(250,190,22); }
td.TdClassName
{
border-color: #FABE16;
}
.TagClassName
{
border-color: #FABE16;
}
</style>