Shades of Moon Yellow #FAC016
Tints of Moon Yellow #FAC016
RGB
CMYK
RGB Variations
Color information
#FAC016 (or 0xFAC016) is known color: Moon Yellow. HEX triplet: FA, C0 and 16. RGB value is (250,192,22). Sum of RGB (Red+Green+Blue) = 250+192+22=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC016 is #053FE9. Grayscale: #BEBEBE. Windows color (decimal): -344042 or 1491194. OLE color: 1491194.
HSL color Cylindrical-coordinate representation of color #FAC016: hue angle of 44.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC016 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.02 |
| HSL | 44.74º | 0.96% | 0.53% | - |
| HSV(B) | 44.74º | 0.91% | 0.98% | - |
| XYZ | 58.42 | 58.08 | 8.89 | - |
| YUV | 189.96 | 33.22 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 22 | 0 | 0.23 | 0.91 | 0.02 | 44.74 | 0.96 | 0.53 |
| Hex | FA | C0 | 16 | 0 | 17 | 5B | 2 | 2D | 60 | 35 |
| Octal | 372 | 300 | 26 | 0 | 27 | 133 | 2 | 55 | 140 | 65 |
| Binary | 11111010 | 11000000 | 10110 | 0 | 10111 | 1011011 | 10 | 101101 | 1100000 | 110101 |
Color Harmonies of #FAC016
Complementary color
Monochromatic Colors of #FAC016
Black with #FAC016
Text Example
Text Example
White with #FAC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC016; }
p { color: rgb(250,192,22); }
H1.HeaderClassName
{
color: #FAC016;
}
.AnyTagClassName
{
color: #FAC016;
}
</style>
background-color css
<style>
a { background-color: #FAC016; }
a { background-color: rgb(250,192,22); }
div.DivClassName
{
background-color: #FAC016;
}
.BgClassName
{
background-color: #FAC016;
}
</style>
border-color css
<style>
span { border-color: #FAC016; }
span { border-color: rgb(250,192,22); }
td.TdClassName
{
border-color: #FAC016;
}
.TagClassName
{
border-color: #FAC016;
}
</style>