Shades of Moon Yellow #FAB819
Tints of Moon Yellow #FAB819
RGB
CMYK
RGB Variations
Color information
#FAB819 (or 0xFAB819) is known color: Moon Yellow. HEX triplet: FA, B8 and 19. RGB value is (250,184,25). Sum of RGB (Red+Green+Blue) = 250+184+25=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB819 is #0547E6. Grayscale: #BABABA. Windows color (decimal): -346087 or 1685754. OLE color: 1685754.
HSL color Cylindrical-coordinate representation of color #FAB819: hue angle of 42.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB819 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 25 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.02 |
| HSL | 42.4º | 0.96% | 0.54% | - |
| HSV(B) | 42.4º | 0.9% | 0.98% | - |
| XYZ | 56.74 | 54.68 | 8.48 | - |
| YUV | 185.61 | 37.37 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 25 | 0 | 0.26 | 0.9 | 0.02 | 42.4 | 0.96 | 0.54 |
| Hex | FA | B8 | 19 | 0 | 1A | 5A | 2 | 2A | 60 | 36 |
| Octal | 372 | 270 | 31 | 0 | 32 | 132 | 2 | 52 | 140 | 66 |
| Binary | 11111010 | 10111000 | 11001 | 0 | 11010 | 1011010 | 10 | 101010 | 1100000 | 110110 |
Color Harmonies of #FAB819
Complementary color
Monochromatic Colors of #FAB819
Black with #FAB819
Text Example
Text Example
White with #FAB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB819; }
p { color: rgb(250,184,25); }
H1.HeaderClassName
{
color: #FAB819;
}
.AnyTagClassName
{
color: #FAB819;
}
</style>
background-color css
<style>
a { background-color: #FAB819; }
a { background-color: rgb(250,184,25); }
div.DivClassName
{
background-color: #FAB819;
}
.BgClassName
{
background-color: #FAB819;
}
</style>
border-color css
<style>
span { border-color: #FAB819; }
span { border-color: rgb(250,184,25); }
td.TdClassName
{
border-color: #FAB819;
}
.TagClassName
{
border-color: #FAB819;
}
</style>