Shades of Moon Yellow #FABC19
Tints of Moon Yellow #FABC19
RGB
CMYK
RGB Variations
Color information
#FABC19 (or 0xFABC19) is known color: Moon Yellow. HEX triplet: FA, BC and 19. RGB value is (250,188,25). Sum of RGB (Red+Green+Blue) = 250+188+25=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC19 is #0543E6. Grayscale: #BCBCBC. Windows color (decimal): -345063 or 1686778. OLE color: 1686778.
HSL color Cylindrical-coordinate representation of color #FABC19: hue angle of 43.47º 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 #FABC19 is Cyan = 0, Magento = 0.25, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 25 | - |
| CMYK | 0 | 0.25 | 0.9 | 0.02 |
| HSL | 43.47º | 0.96% | 0.54% | - |
| HSV(B) | 43.47º | 0.9% | 0.98% | - |
| XYZ | 57.58 | 56.36 | 8.76 | - |
| YUV | 187.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 25 | 0 | 0.25 | 0.9 | 0.02 | 43.47 | 0.96 | 0.54 |
| Hex | FA | BC | 19 | 0 | 19 | 5A | 2 | 2B | 60 | 36 |
| Octal | 372 | 274 | 31 | 0 | 31 | 132 | 2 | 53 | 140 | 66 |
| Binary | 11111010 | 10111100 | 11001 | 0 | 11001 | 1011010 | 10 | 101011 | 1100000 | 110110 |
Color Harmonies of #FABC19
Complementary color
Monochromatic Colors of #FABC19
Black with #FABC19
Text Example
Text Example
White with #FABC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC19; }
p { color: rgb(250,188,25); }
H1.HeaderClassName
{
color: #FABC19;
}
.AnyTagClassName
{
color: #FABC19;
}
</style>
background-color css
<style>
a { background-color: #FABC19; }
a { background-color: rgb(250,188,25); }
div.DivClassName
{
background-color: #FABC19;
}
.BgClassName
{
background-color: #FABC19;
}
</style>
border-color css
<style>
span { border-color: #FABC19; }
span { border-color: rgb(250,188,25); }
td.TdClassName
{
border-color: #FABC19;
}
.TagClassName
{
border-color: #FABC19;
}
</style>