Shades of Moon Yellow #FAC715
Tints of Moon Yellow #FAC715
RGB
CMYK
RGB Variations
Color information
#FAC715 (or 0xFAC715) is known color: Moon Yellow. HEX triplet: FA, C7 and 15. RGB value is (250,199,21). Sum of RGB (Red+Green+Blue) = 250+199+21=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC715 is #0538EA. Grayscale: #C2C2C2. Windows color (decimal): -342251 or 1427450. OLE color: 1427450.
HSL color Cylindrical-coordinate representation of color #FAC715: hue angle of 46.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAC715 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 21 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.02 |
| HSL | 46.64º | 0.96% | 0.53% | - |
| HSV(B) | 46.64º | 0.92% | 0.98% | - |
| XYZ | 59.98 | 61.22 | 9.37 | - |
| YUV | 193.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 21 | 0 | 0.20 | 0.92 | 0.02 | 46.64 | 0.96 | 0.53 |
| Hex | FA | C7 | 15 | 0 | 14 | 5C | 2 | 2F | 60 | 35 |
| Octal | 372 | 307 | 25 | 0 | 24 | 134 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11000111 | 10101 | 0 | 10100 | 1011100 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC715
Complementary color
Monochromatic Colors of #FAC715
Black with #FAC715
Text Example
Text Example
White with #FAC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC715; }
p { color: rgb(250,199,21); }
H1.HeaderClassName
{
color: #FAC715;
}
.AnyTagClassName
{
color: #FAC715;
}
</style>
background-color css
<style>
a { background-color: #FAC715; }
a { background-color: rgb(250,199,21); }
div.DivClassName
{
background-color: #FAC715;
}
.BgClassName
{
background-color: #FAC715;
}
</style>
border-color css
<style>
span { border-color: #FAC715; }
span { border-color: rgb(250,199,21); }
td.TdClassName
{
border-color: #FAC715;
}
.TagClassName
{
border-color: #FAC715;
}
</style>