Shades of Moon Yellow #FAB822
Tints of Moon Yellow #FAB822
RGB
CMYK
RGB Variations
Color information
#FAB822 (or 0xFAB822) is known color: Moon Yellow. HEX triplet: FA, B8 and 22. RGB value is (250,184,34). Sum of RGB (Red+Green+Blue) = 250+184+34=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB822 is #0547DD. Grayscale: #BBBBBB. Windows color (decimal): -346078 or 2275578. OLE color: 2275578.
HSL color Cylindrical-coordinate representation of color #FAB822: hue angle of 41.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB822 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 34 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.02 |
| HSL | 41.67º | 0.96% | 0.56% | - |
| HSV(B) | 41.67º | 0.86% | 0.98% | - |
| XYZ | 56.85 | 54.72 | 9.08 | - |
| YUV | 186.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 34 | 0 | 0.26 | 0.86 | 0.02 | 41.67 | 0.96 | 0.56 |
| Hex | FA | B8 | 22 | 0 | 1A | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 270 | 42 | 0 | 32 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111000 | 100010 | 0 | 11010 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FAB822
Complementary color
Monochromatic Colors of #FAB822
Black with #FAB822
Text Example
Text Example
White with #FAB822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB822; }
p { color: rgb(250,184,34); }
H1.HeaderClassName
{
color: #FAB822;
}
.AnyTagClassName
{
color: #FAB822;
}
</style>
background-color css
<style>
a { background-color: #FAB822; }
a { background-color: rgb(250,184,34); }
div.DivClassName
{
background-color: #FAB822;
}
.BgClassName
{
background-color: #FAB822;
}
</style>
border-color css
<style>
span { border-color: #FAB822; }
span { border-color: rgb(250,184,34); }
td.TdClassName
{
border-color: #FAB822;
}
.TagClassName
{
border-color: #FAB822;
}
</style>