Shades of Moon Yellow #FABB18
Tints of Moon Yellow #FABB18
RGB
CMYK
RGB Variations
Color information
#FABB18 (or 0xFABB18) is known color: Moon Yellow. HEX triplet: FA, BB and 18. RGB value is (250,187,24). Sum of RGB (Red+Green+Blue) = 250+187+24=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB18 is #0544E7. Grayscale: #BBBBBB. Windows color (decimal): -345320 or 1620986. OLE color: 1620986.
HSL color Cylindrical-coordinate representation of color #FABB18: hue angle of 43.27º 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 #FABB18 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.02 |
| HSL | 43.27º | 0.96% | 0.54% | - |
| HSV(B) | 43.27º | 0.9% | 0.98% | - |
| XYZ | 57.36 | 55.93 | 8.64 | - |
| YUV | 187.26 | 35.87 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 24 | 0 | 0.25 | 0.90 | 0.02 | 43.27 | 0.96 | 0.54 |
| Hex | FA | BB | 18 | 0 | 19 | 5A | 2 | 2B | 60 | 36 |
| Octal | 372 | 273 | 30 | 0 | 31 | 132 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111011 | 11000 | 0 | 11001 | 1011010 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FABB18
Complementary color
Monochromatic Colors of #FABB18
Black with #FABB18
Text Example
Text Example
White with #FABB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB18; }
p { color: rgb(250,187,24); }
H1.HeaderClassName
{
color: #FABB18;
}
.AnyTagClassName
{
color: #FABB18;
}
</style>
background-color css
<style>
a { background-color: #FABB18; }
a { background-color: rgb(250,187,24); }
div.DivClassName
{
background-color: #FABB18;
}
.BgClassName
{
background-color: #FABB18;
}
</style>
border-color css
<style>
span { border-color: #FABB18; }
span { border-color: rgb(250,187,24); }
td.TdClassName
{
border-color: #FABB18;
}
.TagClassName
{
border-color: #FABB18;
}
</style>