Shades of Moon Yellow #FAC112
Tints of Moon Yellow #FAC112
RGB
CMYK
RGB Variations
Color information
#FAC112 (or 0xFAC112) is known color: Moon Yellow. HEX triplet: FA, C1 and 12. RGB value is (250,193,18). Sum of RGB (Red+Green+Blue) = 250+193+18=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC112 is #053EED. Grayscale: #BEBEBE. Windows color (decimal): -343790 or 1229306. OLE color: 1229306.
HSL color Cylindrical-coordinate representation of color #FAC112: hue angle of 45.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAC112 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.02 |
| HSL | 45.26º | 0.96% | 0.53% | - |
| HSV(B) | 45.26º | 0.93% | 0.98% | - |
| XYZ | 58.6 | 58.51 | 8.78 | - |
| YUV | 190.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 18 | 0 | 0.23 | 0.93 | 0.02 | 45.26 | 0.96 | 0.53 |
| Hex | FA | C1 | 12 | 0 | 17 | 5D | 2 | 2D | 60 | 35 |
| Octal | 372 | 301 | 22 | 0 | 27 | 135 | 2 | 55 | 140 | 65 |
| Binary | 11111010 | 11000001 | 10010 | 0 | 10111 | 1011101 | 10 | 101101 | 1100000 | 110101 |
Color Harmonies of #FAC112
Complementary color
Monochromatic Colors of #FAC112
Black with #FAC112
Text Example
Text Example
White with #FAC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC112; }
p { color: rgb(250,193,18); }
H1.HeaderClassName
{
color: #FAC112;
}
.AnyTagClassName
{
color: #FAC112;
}
</style>
background-color css
<style>
a { background-color: #FAC112; }
a { background-color: rgb(250,193,18); }
div.DivClassName
{
background-color: #FAC112;
}
.BgClassName
{
background-color: #FAC112;
}
</style>
border-color css
<style>
span { border-color: #FAC112; }
span { border-color: rgb(250,193,18); }
td.TdClassName
{
border-color: #FAC112;
}
.TagClassName
{
border-color: #FAC112;
}
</style>