Shades of Moon Yellow #FABB23
Tints of Moon Yellow #FABB23
RGB
CMYK
RGB Variations
Color information
#FABB23 (or 0xFABB23) is known color: Moon Yellow. HEX triplet: FA, BB and 23. RGB value is (250,187,35). Sum of RGB (Red+Green+Blue) = 250+187+35=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB23 is #0544DC. Grayscale: #BDBDBD. Windows color (decimal): -345309 or 2341882. OLE color: 2341882.
HSL color Cylindrical-coordinate representation of color #FABB23: hue angle of 42.42º 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 #FABB23 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 35 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.02 |
| HSL | 42.42º | 0.96% | 0.56% | - |
| HSV(B) | 42.42º | 0.86% | 0.98% | - |
| XYZ | 57.5 | 55.99 | 9.37 | - |
| YUV | 188.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 35 | 0 | 0.25 | 0.86 | 0.02 | 42.42 | 0.96 | 0.56 |
| Hex | FA | BB | 23 | 0 | 19 | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 273 | 43 | 0 | 31 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111011 | 100011 | 0 | 11001 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABB23
Complementary color
Monochromatic Colors of #FABB23
Black with #FABB23
Text Example
Text Example
White with #FABB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB23; }
p { color: rgb(250,187,35); }
H1.HeaderClassName
{
color: #FABB23;
}
.AnyTagClassName
{
color: #FABB23;
}
</style>
background-color css
<style>
a { background-color: #FABB23; }
a { background-color: rgb(250,187,35); }
div.DivClassName
{
background-color: #FABB23;
}
.BgClassName
{
background-color: #FABB23;
}
</style>
border-color css
<style>
span { border-color: #FABB23; }
span { border-color: rgb(250,187,35); }
td.TdClassName
{
border-color: #FABB23;
}
.TagClassName
{
border-color: #FABB23;
}
</style>