Shades of Moon Yellow #FABD13
Tints of Moon Yellow #FABD13
RGB
CMYK
RGB Variations
Color information
#FABD13 (or 0xFABD13) is known color: Moon Yellow. HEX triplet: FA, BD and 13. RGB value is (250,189,19). Sum of RGB (Red+Green+Blue) = 250+189+19=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD13 is #0542EC. Grayscale: #BCBCBC. Windows color (decimal): -344813 or 1293818. OLE color: 1293818.
HSL color Cylindrical-coordinate representation of color #FABD13: hue angle of 44.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FABD13 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.02 |
| HSL | 44.16º | 0.96% | 0.53% | - |
| HSV(B) | 44.16º | 0.92% | 0.98% | - |
| XYZ | 57.74 | 56.77 | 8.53 | - |
| YUV | 187.86 | 32.71 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 19 | 0 | 0.24 | 0.92 | 0.02 | 44.16 | 0.96 | 0.53 |
| Hex | FA | BD | 13 | 0 | 18 | 5C | 2 | 2C | 60 | 35 |
| Octal | 372 | 275 | 23 | 0 | 30 | 134 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111101 | 10011 | 0 | 11000 | 1011100 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABD13
Complementary color
Monochromatic Colors of #FABD13
Black with #FABD13
Text Example
Text Example
White with #FABD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD13; }
p { color: rgb(250,189,19); }
H1.HeaderClassName
{
color: #FABD13;
}
.AnyTagClassName
{
color: #FABD13;
}
</style>
background-color css
<style>
a { background-color: #FABD13; }
a { background-color: rgb(250,189,19); }
div.DivClassName
{
background-color: #FABD13;
}
.BgClassName
{
background-color: #FABD13;
}
</style>
border-color css
<style>
span { border-color: #FABD13; }
span { border-color: rgb(250,189,19); }
td.TdClassName
{
border-color: #FABD13;
}
.TagClassName
{
border-color: #FABD13;
}
</style>