Shades of Moon Yellow #FAC619
Tints of Moon Yellow #FAC619
RGB
CMYK
RGB Variations
Color information
#FAC619 (or 0xFAC619) is known color: Moon Yellow. HEX triplet: FA, C6 and 19. RGB value is (250,198,25). Sum of RGB (Red+Green+Blue) = 250+198+25=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC619 is #0539E6. Grayscale: #C2C2C2. Windows color (decimal): -342503 or 1689338. OLE color: 1689338.
HSL color Cylindrical-coordinate representation of color #FAC619: hue angle of 46.13º 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 #FAC619 is Cyan = 0, Magento = 0.21, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 25 | - |
| CMYK | 0 | 0.21 | 0.9 | 0.02 |
| HSL | 46.13º | 0.96% | 0.54% | - |
| HSV(B) | 46.13º | 0.9% | 0.98% | - |
| XYZ | 59.79 | 60.78 | 9.5 | - |
| YUV | 193.83 | 32.73 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 25 | 0 | 0.21 | 0.9 | 0.02 | 46.13 | 0.96 | 0.54 |
| Hex | FA | C6 | 19 | 0 | 15 | 5A | 2 | 2E | 60 | 36 |
| Octal | 372 | 306 | 31 | 0 | 25 | 132 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000110 | 11001 | 0 | 10101 | 1011010 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC619
Complementary color
Monochromatic Colors of #FAC619
Black with #FAC619
Text Example
Text Example
White with #FAC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC619; }
p { color: rgb(250,198,25); }
H1.HeaderClassName
{
color: #FAC619;
}
.AnyTagClassName
{
color: #FAC619;
}
</style>
background-color css
<style>
a { background-color: #FAC619; }
a { background-color: rgb(250,198,25); }
div.DivClassName
{
background-color: #FAC619;
}
.BgClassName
{
background-color: #FAC619;
}
</style>
border-color css
<style>
span { border-color: #FAC619; }
span { border-color: rgb(250,198,25); }
td.TdClassName
{
border-color: #FAC619;
}
.TagClassName
{
border-color: #FAC619;
}
</style>