Shades of Moon Yellow #FABC24
Tints of Moon Yellow #FABC24
RGB
CMYK
RGB Variations
Color information
#FABC24 (or 0xFABC24) is known color: Moon Yellow. HEX triplet: FA, BC and 24. RGB value is (250,188,36). Sum of RGB (Red+Green+Blue) = 250+188+36=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC24 is #0543DB. Grayscale: #BDBDBD. Windows color (decimal): -345052 or 2407674. OLE color: 2407674.
HSL color Cylindrical-coordinate representation of color #FABC24: hue angle of 42.62º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FABC24 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 36 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.02 |
| HSL | 42.62º | 0.96% | 0.56% | - |
| HSV(B) | 42.62º | 0.86% | 0.98% | - |
| XYZ | 57.73 | 56.42 | 9.52 | - |
| YUV | 189.21 | 41.54 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 36 | 0 | 0.25 | 0.86 | 0.02 | 42.62 | 0.96 | 0.56 |
| Hex | FA | BC | 24 | 0 | 19 | 56 | 2 | 2B | 60 | 38 |
| Octal | 372 | 274 | 44 | 0 | 31 | 126 | 2 | 53 | 140 | 70 |
| Binary | 11111010 | 10111100 | 100100 | 0 | 11001 | 1010110 | 10 | 101011 | 1100000 | 111000 |
Color Harmonies of #FABC24
Complementary color
Monochromatic Colors of #FABC24
Black with #FABC24
Text Example
Text Example
White with #FABC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC24; }
p { color: rgb(250,188,36); }
H1.HeaderClassName
{
color: #FABC24;
}
.AnyTagClassName
{
color: #FABC24;
}
</style>
background-color css
<style>
a { background-color: #FABC24; }
a { background-color: rgb(250,188,36); }
div.DivClassName
{
background-color: #FABC24;
}
.BgClassName
{
background-color: #FABC24;
}
</style>
border-color css
<style>
span { border-color: #FABC24; }
span { border-color: rgb(250,188,36); }
td.TdClassName
{
border-color: #FABC24;
}
.TagClassName
{
border-color: #FABC24;
}
</style>