Shades of Moon Yellow #FAB91B
Tints of Moon Yellow #FAB91B
RGB
CMYK
RGB Variations
Color information
#FAB91B (or 0xFAB91B) is known color: Moon Yellow. HEX triplet: FA, B9 and 1B. RGB value is (250,185,27). Sum of RGB (Red+Green+Blue) = 250+185+27=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB91B is #0546E4. Grayscale: #BBBBBB. Windows color (decimal): -345829 or 1817082. OLE color: 1817082.
HSL color Cylindrical-coordinate representation of color #FAB91B: hue angle of 42.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAB91B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.02 |
| HSL | 42.51º | 0.96% | 0.54% | - |
| HSV(B) | 42.51º | 0.89% | 0.98% | - |
| XYZ | 56.97 | 55.1 | 8.67 | - |
| YUV | 186.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 27 | 0 | 0.26 | 0.89 | 0.02 | 42.51 | 0.96 | 0.54 |
| Hex | FA | B9 | 1B | 0 | 1A | 59 | 2 | 2B | 60 | 36 |
| Octal | 372 | 271 | 33 | 0 | 32 | 131 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111001 | 11011 | 0 | 11010 | 1011001 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FAB91B
Complementary color
Monochromatic Colors of #FAB91B
Black with #FAB91B
Text Example
Text Example
White with #FAB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB91B; }
p { color: rgb(250,185,27); }
H1.HeaderClassName
{
color: #FAB91B;
}
.AnyTagClassName
{
color: #FAB91B;
}
</style>
background-color css
<style>
a { background-color: #FAB91B; }
a { background-color: rgb(250,185,27); }
div.DivClassName
{
background-color: #FAB91B;
}
.BgClassName
{
background-color: #FAB91B;
}
</style>
border-color css
<style>
span { border-color: #FAB91B; }
span { border-color: rgb(250,185,27); }
td.TdClassName
{
border-color: #FAB91B;
}
.TagClassName
{
border-color: #FAB91B;
}
</style>