Shades of Moon Yellow #FAC519
Tints of Moon Yellow #FAC519
RGB
CMYK
RGB Variations
Color information
#FAC519 (or 0xFAC519) is known color: Moon Yellow. HEX triplet: FA, C5 and 19. RGB value is (250,197,25). Sum of RGB (Red+Green+Blue) = 250+197+25=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC519 is #053AE6. Grayscale: #C1C1C1. Windows color (decimal): -342759 or 1689082. OLE color: 1689082.
HSL color Cylindrical-coordinate representation of color #FAC519: hue angle of 45.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC519 is Cyan = 0, Magento = 0.21, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 25 | - |
| CMYK | 0 | 0.21 | 0.9 | 0.02 |
| HSL | 45.87º | 0.96% | 0.54% | - |
| HSV(B) | 45.87º | 0.9% | 0.98% | - |
| XYZ | 59.57 | 60.33 | 9.42 | - |
| YUV | 193.24 | 33.06 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 25 | 0 | 0.21 | 0.9 | 0.02 | 45.87 | 0.96 | 0.54 |
| Hex | FA | C5 | 19 | 0 | 15 | 5A | 2 | 2E | 60 | 36 |
| Octal | 372 | 305 | 31 | 0 | 25 | 132 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000101 | 11001 | 0 | 10101 | 1011010 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC519
Complementary color
Monochromatic Colors of #FAC519
Black with #FAC519
Text Example
Text Example
White with #FAC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC519; }
p { color: rgb(250,197,25); }
H1.HeaderClassName
{
color: #FAC519;
}
.AnyTagClassName
{
color: #FAC519;
}
</style>
background-color css
<style>
a { background-color: #FAC519; }
a { background-color: rgb(250,197,25); }
div.DivClassName
{
background-color: #FAC519;
}
.BgClassName
{
background-color: #FAC519;
}
</style>
border-color css
<style>
span { border-color: #FAC519; }
span { border-color: rgb(250,197,25); }
td.TdClassName
{
border-color: #FAC519;
}
.TagClassName
{
border-color: #FAC519;
}
</style>