Shades of Moon Yellow #FABB17
Tints of Moon Yellow #FABB17
RGB
CMYK
RGB Variations
Color information
#FABB17 (or 0xFABB17) is known color: Moon Yellow. HEX triplet: FA, BB and 17. RGB value is (250,187,23). Sum of RGB (Red+Green+Blue) = 250+187+23=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB17 is #0544E8. Grayscale: #BBBBBB. Windows color (decimal): -345321 or 1555450. OLE color: 1555450.
HSL color Cylindrical-coordinate representation of color #FABB17: hue angle of 43.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FABB17 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 23 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.02 |
| HSL | 43.35º | 0.96% | 0.54% | - |
| HSV(B) | 43.35º | 0.91% | 0.98% | - |
| XYZ | 57.35 | 55.93 | 8.58 | - |
| YUV | 187.14 | 35.37 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 23 | 0 | 0.25 | 0.91 | 0.02 | 43.35 | 0.96 | 0.54 |
| Hex | FA | BB | 17 | 0 | 19 | 5B | 2 | 2B | 60 | 36 |
| Octal | 372 | 273 | 27 | 0 | 31 | 133 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111011 | 10111 | 0 | 11001 | 1011011 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FABB17
Complementary color
Monochromatic Colors of #FABB17
Black with #FABB17
Text Example
Text Example
White with #FABB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB17; }
p { color: rgb(250,187,23); }
H1.HeaderClassName
{
color: #FABB17;
}
.AnyTagClassName
{
color: #FABB17;
}
</style>
background-color css
<style>
a { background-color: #FABB17; }
a { background-color: rgb(250,187,23); }
div.DivClassName
{
background-color: #FABB17;
}
.BgClassName
{
background-color: #FABB17;
}
</style>
border-color css
<style>
span { border-color: #FABB17; }
span { border-color: rgb(250,187,23); }
td.TdClassName
{
border-color: #FABB17;
}
.TagClassName
{
border-color: #FABB17;
}
</style>