Shades of Moon Yellow #FAC413
Tints of Moon Yellow #FAC413
RGB
CMYK
RGB Variations
Color information
#FAC413 (or 0xFAC413) is known color: Moon Yellow. HEX triplet: FA, C4 and 13. RGB value is (250,196,19). Sum of RGB (Red+Green+Blue) = 250+196+19=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC413 is #053BEC. Grayscale: #C0C0C0. Windows color (decimal): -343021 or 1295610. OLE color: 1295610.
HSL color Cylindrical-coordinate representation of color #FAC413: hue angle of 45.97º 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 #FAC413 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.02 |
| HSL | 45.97º | 0.96% | 0.53% | - |
| HSV(B) | 45.97º | 0.92% | 0.98% | - |
| XYZ | 59.28 | 59.85 | 9.04 | - |
| YUV | 191.97 | 30.39 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 19 | 0 | 0.22 | 0.92 | 0.02 | 45.97 | 0.96 | 0.53 |
| Hex | FA | C4 | 13 | 0 | 16 | 5C | 2 | 2E | 60 | 35 |
| Octal | 372 | 304 | 23 | 0 | 26 | 134 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000100 | 10011 | 0 | 10110 | 1011100 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC413
Complementary color
Monochromatic Colors of #FAC413
Black with #FAC413
Text Example
Text Example
White with #FAC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC413; }
p { color: rgb(250,196,19); }
H1.HeaderClassName
{
color: #FAC413;
}
.AnyTagClassName
{
color: #FAC413;
}
</style>
background-color css
<style>
a { background-color: #FAC413; }
a { background-color: rgb(250,196,19); }
div.DivClassName
{
background-color: #FAC413;
}
.BgClassName
{
background-color: #FAC413;
}
</style>
border-color css
<style>
span { border-color: #FAC413; }
span { border-color: rgb(250,196,19); }
td.TdClassName
{
border-color: #FAC413;
}
.TagClassName
{
border-color: #FAC413;
}
</style>