Shades of Moon Yellow #FABD16
Tints of Moon Yellow #FABD16
RGB
CMYK
RGB Variations
Color information
#FABD16 (or 0xFABD16) is known color: Moon Yellow. HEX triplet: FA, BD and 16. RGB value is (250,189,22). Sum of RGB (Red+Green+Blue) = 250+189+22=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD16 is #0542E9. Grayscale: #BCBCBC. Windows color (decimal): -344810 or 1490426. OLE color: 1490426.
HSL color Cylindrical-coordinate representation of color #FABD16: hue angle of 43.95º 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 #FABD16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.02 |
| HSL | 43.95º | 0.96% | 0.53% | - |
| HSV(B) | 43.95º | 0.91% | 0.98% | - |
| XYZ | 57.77 | 56.78 | 8.67 | - |
| YUV | 188.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 22 | 0 | 0.24 | 0.91 | 0.02 | 43.95 | 0.96 | 0.53 |
| Hex | FA | BD | 16 | 0 | 18 | 5B | 2 | 2C | 60 | 35 |
| Octal | 372 | 275 | 26 | 0 | 30 | 133 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111101 | 10110 | 0 | 11000 | 1011011 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABD16
Complementary color
Monochromatic Colors of #FABD16
Black with #FABD16
Text Example
Text Example
White with #FABD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD16; }
p { color: rgb(250,189,22); }
H1.HeaderClassName
{
color: #FABD16;
}
.AnyTagClassName
{
color: #FABD16;
}
</style>
background-color css
<style>
a { background-color: #FABD16; }
a { background-color: rgb(250,189,22); }
div.DivClassName
{
background-color: #FABD16;
}
.BgClassName
{
background-color: #FABD16;
}
</style>
border-color css
<style>
span { border-color: #FABD16; }
span { border-color: rgb(250,189,22); }
td.TdClassName
{
border-color: #FABD16;
}
.TagClassName
{
border-color: #FABD16;
}
</style>