Shades of Moon Yellow #FABD1D
Tints of Moon Yellow #FABD1D
RGB
CMYK
RGB Variations
Color information
#FABD1D (or 0xFABD1D) is known color: Moon Yellow. HEX triplet: FA, BD and 1D. RGB value is (250,189,29). Sum of RGB (Red+Green+Blue) = 250+189+29=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD1D is #0542E2. Grayscale: #BDBDBD. Windows color (decimal): -344803 or 1949178. OLE color: 1949178.
HSL color Cylindrical-coordinate representation of color #FABD1D: hue angle of 43.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FABD1D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.02 |
| HSL | 43.44º | 0.96% | 0.55% | - |
| HSV(B) | 43.44º | 0.88% | 0.98% | - |
| XYZ | 57.84 | 56.81 | 9.08 | - |
| YUV | 189 | 37.71 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 29 | 0 | 0.24 | 0.88 | 0.02 | 43.44 | 0.96 | 0.55 |
| Hex | FA | BD | 1D | 0 | 18 | 58 | 2 | 2B | 60 | 37 |
| Octal | 372 | 275 | 35 | 0 | 30 | 130 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111101 | 11101 | 0 | 11000 | 1011000 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABD1D
Complementary color
Monochromatic Colors of #FABD1D
Black with #FABD1D
Text Example
Text Example
White with #FABD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD1D; }
p { color: rgb(250,189,29); }
H1.HeaderClassName
{
color: #FABD1D;
}
.AnyTagClassName
{
color: #FABD1D;
}
</style>
background-color css
<style>
a { background-color: #FABD1D; }
a { background-color: rgb(250,189,29); }
div.DivClassName
{
background-color: #FABD1D;
}
.BgClassName
{
background-color: #FABD1D;
}
</style>
border-color css
<style>
span { border-color: #FABD1D; }
span { border-color: rgb(250,189,29); }
td.TdClassName
{
border-color: #FABD1D;
}
.TagClassName
{
border-color: #FABD1D;
}
</style>