Shades of Moon Yellow #FAB820
Tints of Moon Yellow #FAB820
RGB
CMYK
RGB Variations
Color information
#FAB820 (or 0xFAB820) is known color: Moon Yellow. HEX triplet: FA, B8 and 20. RGB value is (250,184,32). Sum of RGB (Red+Green+Blue) = 250+184+32=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB820 is #0547DF. Grayscale: #BBBBBB. Windows color (decimal): -346080 or 2144506. OLE color: 2144506.
HSL color Cylindrical-coordinate representation of color #FAB820: hue angle of 41.83º 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 #FAB820 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.02 |
| HSL | 41.83º | 0.96% | 0.55% | - |
| HSV(B) | 41.83º | 0.87% | 0.98% | - |
| XYZ | 56.83 | 54.71 | 8.93 | - |
| YUV | 186.41 | 40.87 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 32 | 0 | 0.26 | 0.87 | 0.02 | 41.83 | 0.96 | 0.55 |
| Hex | FA | B8 | 20 | 0 | 1A | 57 | 2 | 2A | 60 | 37 |
| Octal | 372 | 270 | 40 | 0 | 32 | 127 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10111000 | 100000 | 0 | 11010 | 1010111 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FAB820
Complementary color
Monochromatic Colors of #FAB820
Black with #FAB820
Text Example
Text Example
White with #FAB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB820; }
p { color: rgb(250,184,32); }
H1.HeaderClassName
{
color: #FAB820;
}
.AnyTagClassName
{
color: #FAB820;
}
</style>
background-color css
<style>
a { background-color: #FAB820; }
a { background-color: rgb(250,184,32); }
div.DivClassName
{
background-color: #FAB820;
}
.BgClassName
{
background-color: #FAB820;
}
</style>
border-color css
<style>
span { border-color: #FAB820; }
span { border-color: rgb(250,184,32); }
td.TdClassName
{
border-color: #FAB820;
}
.TagClassName
{
border-color: #FAB820;
}
</style>