Shades of Moon Yellow #FABE20
Tints of Moon Yellow #FABE20
RGB
CMYK
RGB Variations
Color information
#FABE20 (or 0xFABE20) is known color: Moon Yellow. HEX triplet: FA, BE and 20. RGB value is (250,190,32). Sum of RGB (Red+Green+Blue) = 250+190+32=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE20 is #0541DF. Grayscale: #BEBEBE. Windows color (decimal): -344544 or 2146042. OLE color: 2146042.
HSL color Cylindrical-coordinate representation of color #FABE20: hue angle of 43.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FABE20 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.02 |
| HSL | 43.49º | 0.96% | 0.55% | - |
| HSV(B) | 43.49º | 0.87% | 0.98% | - |
| XYZ | 58.1 | 57.26 | 9.36 | - |
| YUV | 189.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 32 | 0 | 0.24 | 0.87 | 0.02 | 43.49 | 0.96 | 0.55 |
| Hex | FA | BE | 20 | 0 | 18 | 57 | 2 | 2B | 60 | 37 |
| Octal | 372 | 276 | 40 | 0 | 30 | 127 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111110 | 100000 | 0 | 11000 | 1010111 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABE20
Complementary color
Monochromatic Colors of #FABE20
Black with #FABE20
Text Example
Text Example
White with #FABE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE20; }
p { color: rgb(250,190,32); }
H1.HeaderClassName
{
color: #FABE20;
}
.AnyTagClassName
{
color: #FABE20;
}
</style>
background-color css
<style>
a { background-color: #FABE20; }
a { background-color: rgb(250,190,32); }
div.DivClassName
{
background-color: #FABE20;
}
.BgClassName
{
background-color: #FABE20;
}
</style>
border-color css
<style>
span { border-color: #FABE20; }
span { border-color: rgb(250,190,32); }
td.TdClassName
{
border-color: #FABE20;
}
.TagClassName
{
border-color: #FABE20;
}
</style>