Shades of Moon Yellow #FAC716
Tints of Moon Yellow #FAC716
RGB
CMYK
RGB Variations
Color information
#FAC716 (or 0xFAC716) is known color: Moon Yellow. HEX triplet: FA, C7 and 16. RGB value is (250,199,22). Sum of RGB (Red+Green+Blue) = 250+199+22=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC716 is #0538E9. Grayscale: #C2C2C2. Windows color (decimal): -342250 or 1492986. OLE color: 1492986.
HSL color Cylindrical-coordinate representation of color #FAC716: hue angle of 46.58º 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 #FAC716 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.02 |
| HSL | 46.58º | 0.96% | 0.53% | - |
| HSV(B) | 46.58º | 0.91% | 0.98% | - |
| XYZ | 59.99 | 61.23 | 9.42 | - |
| YUV | 194.07 | 30.9 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 22 | 0 | 0.20 | 0.91 | 0.02 | 46.58 | 0.96 | 0.53 |
| Hex | FA | C7 | 16 | 0 | 14 | 5B | 2 | 2F | 60 | 35 |
| Octal | 372 | 307 | 26 | 0 | 24 | 133 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11000111 | 10110 | 0 | 10100 | 1011011 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC716
Complementary color
Monochromatic Colors of #FAC716
Black with #FAC716
Text Example
Text Example
White with #FAC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC716; }
p { color: rgb(250,199,22); }
H1.HeaderClassName
{
color: #FAC716;
}
.AnyTagClassName
{
color: #FAC716;
}
</style>
background-color css
<style>
a { background-color: #FAC716; }
a { background-color: rgb(250,199,22); }
div.DivClassName
{
background-color: #FAC716;
}
.BgClassName
{
background-color: #FAC716;
}
</style>
border-color css
<style>
span { border-color: #FAC716; }
span { border-color: rgb(250,199,22); }
td.TdClassName
{
border-color: #FAC716;
}
.TagClassName
{
border-color: #FAC716;
}
</style>