Shades of Moon Yellow #FAC021
Tints of Moon Yellow #FAC021
RGB
CMYK
RGB Variations
Color information
#FAC021 (or 0xFAC021) is known color: Moon Yellow. HEX triplet: FA, C0 and 21. RGB value is (250,192,33). Sum of RGB (Red+Green+Blue) = 250+192+33=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC021 is #053FDE. Grayscale: #BFBFBF. Windows color (decimal): -344031 or 2212090. OLE color: 2212090.
HSL color Cylindrical-coordinate representation of color #FAC021: hue angle of 43.96º 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 #FAC021 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 33 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.02 |
| HSL | 43.96º | 0.96% | 0.55% | - |
| HSV(B) | 43.96º | 0.87% | 0.98% | - |
| XYZ | 58.55 | 58.13 | 9.57 | - |
| YUV | 191.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 33 | 0 | 0.23 | 0.87 | 0.02 | 43.96 | 0.96 | 0.55 |
| Hex | FA | C0 | 21 | 0 | 17 | 57 | 2 | 2C | 60 | 37 |
| Octal | 372 | 300 | 41 | 0 | 27 | 127 | 2 | 54 | 140 | 67 |
| Binary | 11111010 | 11000000 | 100001 | 0 | 10111 | 1010111 | 10 | 101100 | 1100000 | 110111 |
Color Harmonies of #FAC021
Complementary color
Monochromatic Colors of #FAC021
Black with #FAC021
Text Example
Text Example
White with #FAC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC021; }
p { color: rgb(250,192,33); }
H1.HeaderClassName
{
color: #FAC021;
}
.AnyTagClassName
{
color: #FAC021;
}
</style>
background-color css
<style>
a { background-color: #FAC021; }
a { background-color: rgb(250,192,33); }
div.DivClassName
{
background-color: #FAC021;
}
.BgClassName
{
background-color: #FAC021;
}
</style>
border-color css
<style>
span { border-color: #FAC021; }
span { border-color: rgb(250,192,33); }
td.TdClassName
{
border-color: #FAC021;
}
.TagClassName
{
border-color: #FAC021;
}
</style>