Shades of Moon Yellow #FABD18
Tints of Moon Yellow #FABD18
RGB
CMYK
RGB Variations
Color information
#FABD18 (or 0xFABD18) is known color: Moon Yellow. HEX triplet: FA, BD and 18. RGB value is (250,189,24). Sum of RGB (Red+Green+Blue) = 250+189+24=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD18 is #0542E7. Grayscale: #BDBDBD. Windows color (decimal): -344808 or 1621498. OLE color: 1621498.
HSL color Cylindrical-coordinate representation of color #FABD18: hue angle of 43.81º 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 #FABD18 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.02 |
| HSL | 43.81º | 0.96% | 0.54% | - |
| HSV(B) | 43.81º | 0.9% | 0.98% | - |
| XYZ | 57.79 | 56.79 | 8.78 | - |
| YUV | 188.43 | 35.21 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 24 | 0 | 0.24 | 0.90 | 0.02 | 43.81 | 0.96 | 0.54 |
| Hex | FA | BD | 18 | 0 | 18 | 5A | 2 | 2C | 60 | 36 |
| Octal | 372 | 275 | 30 | 0 | 30 | 132 | 2 | 54 | 140 | 66 |
| Binary | 11111010 | 10111101 | 11000 | 0 | 11000 | 1011010 | 10 | 101100 | 1100000 | 110110 |
Color Harmonies of #FABD18
Complementary color
Monochromatic Colors of #FABD18
Black with #FABD18
Text Example
Text Example
White with #FABD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD18; }
p { color: rgb(250,189,24); }
H1.HeaderClassName
{
color: #FABD18;
}
.AnyTagClassName
{
color: #FABD18;
}
</style>
background-color css
<style>
a { background-color: #FABD18; }
a { background-color: rgb(250,189,24); }
div.DivClassName
{
background-color: #FABD18;
}
.BgClassName
{
background-color: #FABD18;
}
</style>
border-color css
<style>
span { border-color: #FABD18; }
span { border-color: rgb(250,189,24); }
td.TdClassName
{
border-color: #FABD18;
}
.TagClassName
{
border-color: #FABD18;
}
</style>