Shades of Moon Yellow #FABB1B
Tints of Moon Yellow #FABB1B
RGB
CMYK
RGB Variations
Color information
#FABB1B (or 0xFABB1B) is known color: Moon Yellow. HEX triplet: FA, BB and 1B. RGB value is (250,187,27). Sum of RGB (Red+Green+Blue) = 250+187+27=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB1B is #0544E4. Grayscale: #BCBCBC. Windows color (decimal): -345317 or 1817594. OLE color: 1817594.
HSL color Cylindrical-coordinate representation of color #FABB1B: hue angle of 43.05º 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 #FABB1B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 27 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.02 |
| HSL | 43.05º | 0.96% | 0.54% | - |
| HSV(B) | 43.05º | 0.89% | 0.98% | - |
| XYZ | 57.39 | 55.94 | 8.81 | - |
| YUV | 187.6 | 37.37 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 27 | 0 | 0.25 | 0.89 | 0.02 | 43.05 | 0.96 | 0.54 |
| Hex | FA | BB | 1B | 0 | 19 | 59 | 2 | 2B | 60 | 36 |
| Octal | 372 | 273 | 33 | 0 | 31 | 131 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111011 | 11011 | 0 | 11001 | 1011001 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FABB1B
Complementary color
Monochromatic Colors of #FABB1B
Black with #FABB1B
Text Example
Text Example
White with #FABB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB1B; }
p { color: rgb(250,187,27); }
H1.HeaderClassName
{
color: #FABB1B;
}
.AnyTagClassName
{
color: #FABB1B;
}
</style>
background-color css
<style>
a { background-color: #FABB1B; }
a { background-color: rgb(250,187,27); }
div.DivClassName
{
background-color: #FABB1B;
}
.BgClassName
{
background-color: #FABB1B;
}
</style>
border-color css
<style>
span { border-color: #FABB1B; }
span { border-color: rgb(250,187,27); }
td.TdClassName
{
border-color: #FABB1B;
}
.TagClassName
{
border-color: #FABB1B;
}
</style>