Shades of Moon Yellow #FABF19
Tints of Moon Yellow #FABF19
RGB
CMYK
RGB Variations
Color information
#FABF19 (or 0xFABF19) is known color: Moon Yellow. HEX triplet: FA, BF and 19. RGB value is (250,191,25). Sum of RGB (Red+Green+Blue) = 250+191+25=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF19 is #0540E6. Grayscale: #BEBEBE. Windows color (decimal): -344295 or 1687546. OLE color: 1687546.
HSL color Cylindrical-coordinate representation of color #FABF19: hue angle of 44.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 #FABF19 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 25 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.02 |
| HSL | 44.27º | 0.96% | 0.54% | - |
| HSV(B) | 44.27º | 0.9% | 0.98% | - |
| XYZ | 58.23 | 57.66 | 8.98 | - |
| YUV | 189.72 | 35.05 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 25 | 0 | 0.24 | 0.9 | 0.02 | 44.27 | 0.96 | 0.54 |
| Hex | FA | BF | 19 | 0 | 18 | 5A | 2 | 2C | 60 | 36 |
| Octal | 372 | 277 | 31 | 0 | 30 | 132 | 2 | 54 | 140 | 66 |
| Binary | 11111010 | 10111111 | 11001 | 0 | 11000 | 1011010 | 10 | 101100 | 1100000 | 110110 |
Color Harmonies of #FABF19
Complementary color
Monochromatic Colors of #FABF19
Black with #FABF19
Text Example
Text Example
White with #FABF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF19; }
p { color: rgb(250,191,25); }
H1.HeaderClassName
{
color: #FABF19;
}
.AnyTagClassName
{
color: #FABF19;
}
</style>
background-color css
<style>
a { background-color: #FABF19; }
a { background-color: rgb(250,191,25); }
div.DivClassName
{
background-color: #FABF19;
}
.BgClassName
{
background-color: #FABF19;
}
</style>
border-color css
<style>
span { border-color: #FABF19; }
span { border-color: rgb(250,191,25); }
td.TdClassName
{
border-color: #FABF19;
}
.TagClassName
{
border-color: #FABF19;
}
</style>