Shades of Moon Yellow #FAB521
Tints of Moon Yellow #FAB521
RGB
CMYK
RGB Variations
Color information
#FAB521 (or 0xFAB521) is known color: Moon Yellow. HEX triplet: FA, B5 and 21. RGB value is (250,181,33). Sum of RGB (Red+Green+Blue) = 250+181+33=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB521 is #054ADE. Grayscale: #B9B9B9. Windows color (decimal): -346847 or 2209274. OLE color: 2209274.
HSL color Cylindrical-coordinate representation of color #FAB521: hue angle of 40.92º 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 #FAB521 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 33 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.02 |
| HSL | 40.92º | 0.96% | 0.55% | - |
| HSV(B) | 40.92º | 0.87% | 0.98% | - |
| XYZ | 56.22 | 53.48 | 8.8 | - |
| YUV | 184.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 33 | 0 | 0.28 | 0.87 | 0.02 | 40.92 | 0.96 | 0.55 |
| Hex | FA | B5 | 21 | 0 | 1C | 57 | 2 | 29 | 60 | 37 |
| Octal | 372 | 265 | 41 | 0 | 34 | 127 | 2 | 51 | 140 | 67 |
| Binary | 11111010 | 10110101 | 100001 | 0 | 11100 | 1010111 | 10 | 101001 | 1100000 | 110111 |
Color Harmonies of #FAB521
Complementary color
Monochromatic Colors of #FAB521
Black with #FAB521
Text Example
Text Example
White with #FAB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB521; }
p { color: rgb(250,181,33); }
H1.HeaderClassName
{
color: #FAB521;
}
.AnyTagClassName
{
color: #FAB521;
}
</style>
background-color css
<style>
a { background-color: #FAB521; }
a { background-color: rgb(250,181,33); }
div.DivClassName
{
background-color: #FAB521;
}
.BgClassName
{
background-color: #FAB521;
}
</style>
border-color css
<style>
span { border-color: #FAB521; }
span { border-color: rgb(250,181,33); }
td.TdClassName
{
border-color: #FAB521;
}
.TagClassName
{
border-color: #FAB521;
}
</style>