Shades of Moon Yellow #FABD20
Tints of Moon Yellow #FABD20
RGB
CMYK
RGB Variations
Color information
#FABD20 (or 0xFABD20) is known color: Moon Yellow. HEX triplet: FA, BD and 20. RGB value is (250,189,32). Sum of RGB (Red+Green+Blue) = 250+189+32=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD20 is #0542DF. Grayscale: #BEBEBE. Windows color (decimal): -344800 or 2145786. OLE color: 2145786.
HSL color Cylindrical-coordinate representation of color #FABD20: hue angle of 43.21º 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 #FABD20 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.02 |
| HSL | 43.21º | 0.96% | 0.55% | - |
| HSV(B) | 43.21º | 0.87% | 0.98% | - |
| XYZ | 57.88 | 56.82 | 9.28 | - |
| YUV | 189.34 | 39.21 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 32 | 0 | 0.24 | 0.87 | 0.02 | 43.21 | 0.96 | 0.55 |
| Hex | FA | BD | 20 | 0 | 18 | 57 | 2 | 2B | 60 | 37 |
| Octal | 372 | 275 | 40 | 0 | 30 | 127 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111101 | 100000 | 0 | 11000 | 1010111 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABD20
Complementary color
Monochromatic Colors of #FABD20
Black with #FABD20
Text Example
Text Example
White with #FABD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD20; }
p { color: rgb(250,189,32); }
H1.HeaderClassName
{
color: #FABD20;
}
.AnyTagClassName
{
color: #FABD20;
}
</style>
background-color css
<style>
a { background-color: #FABD20; }
a { background-color: rgb(250,189,32); }
div.DivClassName
{
background-color: #FABD20;
}
.BgClassName
{
background-color: #FABD20;
}
</style>
border-color css
<style>
span { border-color: #FABD20; }
span { border-color: rgb(250,189,32); }
td.TdClassName
{
border-color: #FABD20;
}
.TagClassName
{
border-color: #FABD20;
}
</style>