Shades of Moon Yellow #FAB91E
Tints of Moon Yellow #FAB91E
RGB
CMYK
RGB Variations
Color information
#FAB91E (or 0xFAB91E) is known color: Moon Yellow. HEX triplet: FA, B9 and 1E. RGB value is (250,185,30). Sum of RGB (Red+Green+Blue) = 250+185+30=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB91E is #0546E1. Grayscale: #BBBBBB. Windows color (decimal): -345826 or 2013690. OLE color: 2013690.
HSL color Cylindrical-coordinate representation of color #FAB91E: hue angle of 42.27º 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 #FAB91E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 30 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.02 |
| HSL | 42.27º | 0.96% | 0.55% | - |
| HSV(B) | 42.27º | 0.88% | 0.98% | - |
| XYZ | 57.01 | 55.12 | 8.86 | - |
| YUV | 186.77 | 39.53 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 30 | 0 | 0.26 | 0.88 | 0.02 | 42.27 | 0.96 | 0.55 |
| Hex | FA | B9 | 1E | 0 | 1A | 58 | 2 | 2A | 60 | 37 |
| Octal | 372 | 271 | 36 | 0 | 32 | 130 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10111001 | 11110 | 0 | 11010 | 1011000 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FAB91E
Complementary color
Monochromatic Colors of #FAB91E
Black with #FAB91E
Text Example
Text Example
White with #FAB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB91E; }
p { color: rgb(250,185,30); }
H1.HeaderClassName
{
color: #FAB91E;
}
.AnyTagClassName
{
color: #FAB91E;
}
</style>
background-color css
<style>
a { background-color: #FAB91E; }
a { background-color: rgb(250,185,30); }
div.DivClassName
{
background-color: #FAB91E;
}
.BgClassName
{
background-color: #FAB91E;
}
</style>
border-color css
<style>
span { border-color: #FAB91E; }
span { border-color: rgb(250,185,30); }
td.TdClassName
{
border-color: #FAB91E;
}
.TagClassName
{
border-color: #FAB91E;
}
</style>