Shades of Moon Yellow #FAC113
Tints of Moon Yellow #FAC113
RGB
CMYK
RGB Variations
Color information
#FAC113 (or 0xFAC113) is known color: Moon Yellow. HEX triplet: FA, C1 and 13. RGB value is (250,193,19). Sum of RGB (Red+Green+Blue) = 250+193+19=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC113 is #053EEC. Grayscale: #BEBEBE. Windows color (decimal): -343789 or 1294842. OLE color: 1294842.
HSL color Cylindrical-coordinate representation of color #FAC113: hue angle of 45.19º 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 #FAC113 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 45.19º | 0.96% | 0.53% | - |
| HSV(B) | 45.19º | 0.92% | 0.98% | - |
| XYZ | 58.61 | 58.51 | 8.82 | - |
| YUV | 190.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 19 | 0 | 0.23 | 0.92 | 0.02 | 45.19 | 0.96 | 0.53 |
| Hex | FA | C1 | 13 | 0 | 17 | 5C | 2 | 2D | 60 | 35 |
| Octal | 372 | 301 | 23 | 0 | 27 | 134 | 2 | 55 | 140 | 65 |
| Binary | 11111010 | 11000001 | 10011 | 0 | 10111 | 1011100 | 10 | 101101 | 1100000 | 110101 |
Color Harmonies of #FAC113
Complementary color
Monochromatic Colors of #FAC113
Black with #FAC113
Text Example
Text Example
White with #FAC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC113; }
p { color: rgb(250,193,19); }
H1.HeaderClassName
{
color: #FAC113;
}
.AnyTagClassName
{
color: #FAC113;
}
</style>
background-color css
<style>
a { background-color: #FAC113; }
a { background-color: rgb(250,193,19); }
div.DivClassName
{
background-color: #FAC113;
}
.BgClassName
{
background-color: #FAC113;
}
</style>
border-color css
<style>
span { border-color: #FAC113; }
span { border-color: rgb(250,193,19); }
td.TdClassName
{
border-color: #FAC113;
}
.TagClassName
{
border-color: #FAC113;
}
</style>