Shades of Moon Yellow #FAC015
Tints of Moon Yellow #FAC015
RGB
CMYK
RGB Variations
Color information
#FAC015 (or 0xFAC015) is known color: Moon Yellow. HEX triplet: FA, C0 and 15. RGB value is (250,192,21). Sum of RGB (Red+Green+Blue) = 250+192+21=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC015 is #053FEA. Grayscale: #BEBEBE. Windows color (decimal): -344043 or 1425658. OLE color: 1425658.
HSL color Cylindrical-coordinate representation of color #FAC015: hue angle of 44.8º 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 #FAC015 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 44.8º | 0.96% | 0.53% | - |
| HSV(B) | 44.8º | 0.92% | 0.98% | - |
| XYZ | 58.41 | 58.08 | 8.84 | - |
| YUV | 189.85 | 32.72 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 21 | 0 | 0.23 | 0.92 | 0.02 | 44.8 | 0.96 | 0.53 |
| Hex | FA | C0 | 15 | 0 | 17 | 5C | 2 | 2D | 60 | 35 |
| Octal | 372 | 300 | 25 | 0 | 27 | 134 | 2 | 55 | 140 | 65 |
| Binary | 11111010 | 11000000 | 10101 | 0 | 10111 | 1011100 | 10 | 101101 | 1100000 | 110101 |
Color Harmonies of #FAC015
Complementary color
Monochromatic Colors of #FAC015
Black with #FAC015
Text Example
Text Example
White with #FAC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC015; }
p { color: rgb(250,192,21); }
H1.HeaderClassName
{
color: #FAC015;
}
.AnyTagClassName
{
color: #FAC015;
}
</style>
background-color css
<style>
a { background-color: #FAC015; }
a { background-color: rgb(250,192,21); }
div.DivClassName
{
background-color: #FAC015;
}
.BgClassName
{
background-color: #FAC015;
}
</style>
border-color css
<style>
span { border-color: #FAC015; }
span { border-color: rgb(250,192,21); }
td.TdClassName
{
border-color: #FAC015;
}
.TagClassName
{
border-color: #FAC015;
}
</style>