Shades of Moon Yellow #FAB821
Tints of Moon Yellow #FAB821
RGB
CMYK
RGB Variations
Color information
#FAB821 (or 0xFAB821) is known color: Moon Yellow. HEX triplet: FA, B8 and 21. RGB value is (250,184,33). Sum of RGB (Red+Green+Blue) = 250+184+33=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB821 is #0547DE. Grayscale: #BBBBBB. Windows color (decimal): -346079 or 2210042. OLE color: 2210042.
HSL color Cylindrical-coordinate representation of color #FAB821: hue angle of 41.75º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAB821 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 33 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.02 |
| HSL | 41.75º | 0.96% | 0.55% | - |
| HSV(B) | 41.75º | 0.87% | 0.98% | - |
| XYZ | 56.84 | 54.71 | 9 | - |
| YUV | 186.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 33 | 0 | 0.26 | 0.87 | 0.02 | 41.75 | 0.96 | 0.55 |
| Hex | FA | B8 | 21 | 0 | 1A | 57 | 2 | 2A | 60 | 37 |
| Octal | 372 | 270 | 41 | 0 | 32 | 127 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10111000 | 100001 | 0 | 11010 | 1010111 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FAB821
Complementary color
Monochromatic Colors of #FAB821
Black with #FAB821
Text Example
Text Example
White with #FAB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB821; }
p { color: rgb(250,184,33); }
H1.HeaderClassName
{
color: #FAB821;
}
.AnyTagClassName
{
color: #FAB821;
}
</style>
background-color css
<style>
a { background-color: #FAB821; }
a { background-color: rgb(250,184,33); }
div.DivClassName
{
background-color: #FAB821;
}
.BgClassName
{
background-color: #FAB821;
}
</style>
border-color css
<style>
span { border-color: #FAB821; }
span { border-color: rgb(250,184,33); }
td.TdClassName
{
border-color: #FAB821;
}
.TagClassName
{
border-color: #FAB821;
}
</style>