Shades of Moon Yellow #FABA23
Tints of Moon Yellow #FABA23
RGB
CMYK
RGB Variations
Color information
#FABA23 (or 0xFABA23) is known color: Moon Yellow. HEX triplet: FA, BA and 23. RGB value is (250,186,35). Sum of RGB (Red+Green+Blue) = 250+186+35=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 35 (14.06% from 255 or 7.43% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA23 is #0545DC. Grayscale: #BCBCBC. Windows color (decimal): -345565 or 2341626. OLE color: 2341626.
HSL color Cylindrical-coordinate representation of color #FABA23: hue angle of 42.14º 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 #FABA23 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 35 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.02 |
| HSL | 42.14º | 0.96% | 0.56% | - |
| HSV(B) | 42.14º | 0.86% | 0.98% | - |
| XYZ | 57.29 | 55.56 | 9.3 | - |
| YUV | 187.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 35 | 0 | 0.26 | 0.86 | 0.02 | 42.14 | 0.96 | 0.56 |
| Hex | FA | BA | 23 | 0 | 1A | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 272 | 43 | 0 | 32 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111010 | 100011 | 0 | 11010 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABA23
Complementary color
Monochromatic Colors of #FABA23
Black with #FABA23
Text Example
Text Example
White with #FABA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA23; }
p { color: rgb(250,186,35); }
H1.HeaderClassName
{
color: #FABA23;
}
.AnyTagClassName
{
color: #FABA23;
}
</style>
background-color css
<style>
a { background-color: #FABA23; }
a { background-color: rgb(250,186,35); }
div.DivClassName
{
background-color: #FABA23;
}
.BgClassName
{
background-color: #FABA23;
}
</style>
border-color css
<style>
span { border-color: #FABA23; }
span { border-color: rgb(250,186,35); }
td.TdClassName
{
border-color: #FABA23;
}
.TagClassName
{
border-color: #FABA23;
}
</style>