Shades of Moon Yellow #FABB13
Tints of Moon Yellow #FABB13
RGB
CMYK
RGB Variations
Color information
#FABB13 (or 0xFABB13) is known color: Moon Yellow. HEX triplet: FA, BB and 13. RGB value is (250,187,19). Sum of RGB (Red+Green+Blue) = 250+187+19=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB13 is #0544EC. Grayscale: #BBBBBB. Windows color (decimal): -345325 or 1293306. OLE color: 1293306.
HSL color Cylindrical-coordinate representation of color #FABB13: hue angle of 43.64º 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 #FABB13 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.02 |
| HSL | 43.64º | 0.96% | 0.53% | - |
| HSV(B) | 43.64º | 0.92% | 0.98% | - |
| XYZ | 57.31 | 55.91 | 8.39 | - |
| YUV | 186.69 | 33.37 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 19 | 0 | 0.25 | 0.92 | 0.02 | 43.64 | 0.96 | 0.53 |
| Hex | FA | BB | 13 | 0 | 19 | 5C | 2 | 2C | 60 | 35 |
| Octal | 372 | 273 | 23 | 0 | 31 | 134 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111011 | 10011 | 0 | 11001 | 1011100 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABB13
Complementary color
Monochromatic Colors of #FABB13
Black with #FABB13
Text Example
Text Example
White with #FABB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB13; }
p { color: rgb(250,187,19); }
H1.HeaderClassName
{
color: #FABB13;
}
.AnyTagClassName
{
color: #FABB13;
}
</style>
background-color css
<style>
a { background-color: #FABB13; }
a { background-color: rgb(250,187,19); }
div.DivClassName
{
background-color: #FABB13;
}
.BgClassName
{
background-color: #FABB13;
}
</style>
border-color css
<style>
span { border-color: #FABB13; }
span { border-color: rgb(250,187,19); }
td.TdClassName
{
border-color: #FABB13;
}
.TagClassName
{
border-color: #FABB13;
}
</style>