Shades of Moon Yellow #FAC119
Tints of Moon Yellow #FAC119
RGB
CMYK
RGB Variations
Color information
#FAC119 (or 0xFAC119) is known color: Moon Yellow. HEX triplet: FA, C1 and 19. RGB value is (250,193,25). Sum of RGB (Red+Green+Blue) = 250+193+25=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC119 is #053EE6. Grayscale: #BFBFBF. Windows color (decimal): -343783 or 1688058. OLE color: 1688058.
HSL color Cylindrical-coordinate representation of color #FAC119: hue angle of 44.8º 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 #FAC119 is Cyan = 0, Magento = 0.23, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 25 | - |
| CMYK | 0 | 0.23 | 0.9 | 0.02 |
| HSL | 44.8º | 0.96% | 0.54% | - |
| HSV(B) | 44.8º | 0.9% | 0.98% | - |
| XYZ | 58.67 | 58.53 | 9.13 | - |
| YUV | 190.89 | 34.38 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 25 | 0 | 0.23 | 0.9 | 0.02 | 44.8 | 0.96 | 0.54 |
| Hex | FA | C1 | 19 | 0 | 17 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 301 | 31 | 0 | 27 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000001 | 11001 | 0 | 10111 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC119
Complementary color
Monochromatic Colors of #FAC119
Black with #FAC119
Text Example
Text Example
White with #FAC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC119; }
p { color: rgb(250,193,25); }
H1.HeaderClassName
{
color: #FAC119;
}
.AnyTagClassName
{
color: #FAC119;
}
</style>
background-color css
<style>
a { background-color: #FAC119; }
a { background-color: rgb(250,193,25); }
div.DivClassName
{
background-color: #FAC119;
}
.BgClassName
{
background-color: #FAC119;
}
</style>
border-color css
<style>
span { border-color: #FAC119; }
span { border-color: rgb(250,193,25); }
td.TdClassName
{
border-color: #FAC119;
}
.TagClassName
{
border-color: #FAC119;
}
</style>