Shades of Moon Yellow #FAC118
Tints of Moon Yellow #FAC118
RGB
CMYK
RGB Variations
Color information
#FAC118 (or 0xFAC118) is known color: Moon Yellow. HEX triplet: FA, C1 and 18. RGB value is (250,193,24). Sum of RGB (Red+Green+Blue) = 250+193+24=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC118 is #053EE7. Grayscale: #BFBFBF. Windows color (decimal): -343784 or 1622522. OLE color: 1622522.
HSL color Cylindrical-coordinate representation of color #FAC118: hue angle of 44.87º 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 #FAC118 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.02 |
| HSL | 44.87º | 0.96% | 0.54% | - |
| HSV(B) | 44.87º | 0.9% | 0.98% | - |
| XYZ | 58.66 | 58.53 | 9.07 | - |
| YUV | 190.78 | 33.88 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 24 | 0 | 0.23 | 0.90 | 0.02 | 44.87 | 0.96 | 0.54 |
| Hex | FA | C1 | 18 | 0 | 17 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 301 | 30 | 0 | 27 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000001 | 11000 | 0 | 10111 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC118
Complementary color
Monochromatic Colors of #FAC118
Black with #FAC118
Text Example
Text Example
White with #FAC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC118; }
p { color: rgb(250,193,24); }
H1.HeaderClassName
{
color: #FAC118;
}
.AnyTagClassName
{
color: #FAC118;
}
</style>
background-color css
<style>
a { background-color: #FAC118; }
a { background-color: rgb(250,193,24); }
div.DivClassName
{
background-color: #FAC118;
}
.BgClassName
{
background-color: #FAC118;
}
</style>
border-color css
<style>
span { border-color: #FAC118; }
span { border-color: rgb(250,193,24); }
td.TdClassName
{
border-color: #FAC118;
}
.TagClassName
{
border-color: #FAC118;
}
</style>