Shades of Moon Yellow #FAC219
Tints of Moon Yellow #FAC219
RGB
CMYK
RGB Variations
Color information
#FAC219 (or 0xFAC219) is known color: Moon Yellow. HEX triplet: FA, C2 and 19. RGB value is (250,194,25). Sum of RGB (Red+Green+Blue) = 250+194+25=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC219 is #053DE6. Grayscale: #C0C0C0. Windows color (decimal): -343527 or 1688314. OLE color: 1688314.
HSL color Cylindrical-coordinate representation of color #FAC219: hue angle of 45.07º 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 #FAC219 is Cyan = 0, Magento = 0.22, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 25 | - |
| CMYK | 0 | 0.22 | 0.9 | 0.02 |
| HSL | 45.07º | 0.96% | 0.54% | - |
| HSV(B) | 45.07º | 0.9% | 0.98% | - |
| XYZ | 58.89 | 58.98 | 9.2 | - |
| YUV | 191.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 25 | 0 | 0.22 | 0.9 | 0.02 | 45.07 | 0.96 | 0.54 |
| Hex | FA | C2 | 19 | 0 | 16 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 302 | 31 | 0 | 26 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000010 | 11001 | 0 | 10110 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC219
Complementary color
Monochromatic Colors of #FAC219
Black with #FAC219
Text Example
Text Example
White with #FAC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC219; }
p { color: rgb(250,194,25); }
H1.HeaderClassName
{
color: #FAC219;
}
.AnyTagClassName
{
color: #FAC219;
}
</style>
background-color css
<style>
a { background-color: #FAC219; }
a { background-color: rgb(250,194,25); }
div.DivClassName
{
background-color: #FAC219;
}
.BgClassName
{
background-color: #FAC219;
}
</style>
border-color css
<style>
span { border-color: #FAC219; }
span { border-color: rgb(250,194,25); }
td.TdClassName
{
border-color: #FAC219;
}
.TagClassName
{
border-color: #FAC219;
}
</style>