Shades of Moon Yellow #FAC815
Tints of Moon Yellow #FAC815
RGB
CMYK
RGB Variations
Color information
#FAC815 (or 0xFAC815) is known color: Moon Yellow. HEX triplet: FA, C8 and 15. RGB value is (250,200,21). Sum of RGB (Red+Green+Blue) = 250+200+21=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC815 is #0537EA. Grayscale: #C3C3C3. Windows color (decimal): -341995 or 1427706. OLE color: 1427706.
HSL color Cylindrical-coordinate representation of color #FAC815: hue angle of 46.9º 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 #FAC815 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 21 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.02 |
| HSL | 46.9º | 0.96% | 0.53% | - |
| HSV(B) | 46.9º | 0.92% | 0.98% | - |
| XYZ | 60.21 | 61.69 | 9.44 | - |
| YUV | 194.54 | 30.07 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 21 | 0 | 0.2 | 0.92 | 0.02 | 46.9 | 0.96 | 0.53 |
| Hex | FA | C8 | 15 | 0 | 14 | 5C | 2 | 2F | 60 | 35 |
| Octal | 372 | 310 | 25 | 0 | 24 | 134 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11001000 | 10101 | 0 | 10100 | 1011100 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC815
Complementary color
Monochromatic Colors of #FAC815
Black with #FAC815
Text Example
Text Example
White with #FAC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC815; }
p { color: rgb(250,200,21); }
H1.HeaderClassName
{
color: #FAC815;
}
.AnyTagClassName
{
color: #FAC815;
}
</style>
background-color css
<style>
a { background-color: #FAC815; }
a { background-color: rgb(250,200,21); }
div.DivClassName
{
background-color: #FAC815;
}
.BgClassName
{
background-color: #FAC815;
}
</style>
border-color css
<style>
span { border-color: #FAC815; }
span { border-color: rgb(250,200,21); }
td.TdClassName
{
border-color: #FAC815;
}
.TagClassName
{
border-color: #FAC815;
}
</style>