Shades of Moon Yellow #FAC418
Tints of Moon Yellow #FAC418
RGB
CMYK
RGB Variations
Color information
#FAC418 (or 0xFAC418) is known color: Moon Yellow. HEX triplet: FA, C4 and 18. RGB value is (250,196,24). Sum of RGB (Red+Green+Blue) = 250+196+24=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC418 is #053BE7. Grayscale: #C1C1C1. Windows color (decimal): -343016 or 1623290. OLE color: 1623290.
HSL color Cylindrical-coordinate representation of color #FAC418: hue angle of 45.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC418 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 24 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.02 |
| HSL | 45.66º | 0.96% | 0.54% | - |
| HSV(B) | 45.66º | 0.9% | 0.98% | - |
| XYZ | 59.33 | 59.87 | 9.29 | - |
| YUV | 192.54 | 32.89 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 24 | 0 | 0.22 | 0.90 | 0.02 | 45.66 | 0.96 | 0.54 |
| Hex | FA | C4 | 18 | 0 | 16 | 5A | 2 | 2E | 60 | 36 |
| Octal | 372 | 304 | 30 | 0 | 26 | 132 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000100 | 11000 | 0 | 10110 | 1011010 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC418
Complementary color
Monochromatic Colors of #FAC418
Black with #FAC418
Text Example
Text Example
White with #FAC418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC418; }
p { color: rgb(250,196,24); }
H1.HeaderClassName
{
color: #FAC418;
}
.AnyTagClassName
{
color: #FAC418;
}
</style>
background-color css
<style>
a { background-color: #FAC418; }
a { background-color: rgb(250,196,24); }
div.DivClassName
{
background-color: #FAC418;
}
.BgClassName
{
background-color: #FAC418;
}
</style>
border-color css
<style>
span { border-color: #FAC418; }
span { border-color: rgb(250,196,24); }
td.TdClassName
{
border-color: #FAC418;
}
.TagClassName
{
border-color: #FAC418;
}
</style>