Shades of Moon Yellow #FAC516
Tints of Moon Yellow #FAC516
RGB
CMYK
RGB Variations
Color information
#FAC516 (or 0xFAC516) is known color: Moon Yellow. HEX triplet: FA, C5 and 16. RGB value is (250,197,22). Sum of RGB (Red+Green+Blue) = 250+197+22=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC516 is #053AE9. Grayscale: #C1C1C1. Windows color (decimal): -342762 or 1492474. OLE color: 1492474.
HSL color Cylindrical-coordinate representation of color #FAC516: hue angle of 46.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC516 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.02 |
| HSL | 46.05º | 0.96% | 0.53% | - |
| HSV(B) | 46.05º | 0.91% | 0.98% | - |
| XYZ | 59.54 | 60.31 | 9.26 | - |
| YUV | 192.9 | 31.56 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 22 | 0 | 0.21 | 0.91 | 0.02 | 46.05 | 0.96 | 0.53 |
| Hex | FA | C5 | 16 | 0 | 15 | 5B | 2 | 2E | 60 | 35 |
| Octal | 372 | 305 | 26 | 0 | 25 | 133 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000101 | 10110 | 0 | 10101 | 1011011 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC516
Complementary color
Monochromatic Colors of #FAC516
Black with #FAC516
Text Example
Text Example
White with #FAC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC516; }
p { color: rgb(250,197,22); }
H1.HeaderClassName
{
color: #FAC516;
}
.AnyTagClassName
{
color: #FAC516;
}
</style>
background-color css
<style>
a { background-color: #FAC516; }
a { background-color: rgb(250,197,22); }
div.DivClassName
{
background-color: #FAC516;
}
.BgClassName
{
background-color: #FAC516;
}
</style>
border-color css
<style>
span { border-color: #FAC516; }
span { border-color: rgb(250,197,22); }
td.TdClassName
{
border-color: #FAC516;
}
.TagClassName
{
border-color: #FAC516;
}
</style>