Shades of Moon Yellow #FAC018
Tints of Moon Yellow #FAC018
RGB
CMYK
RGB Variations
Color information
#FAC018 (or 0xFAC018) is known color: Moon Yellow. HEX triplet: FA, C0 and 18. RGB value is (250,192,24). Sum of RGB (Red+Green+Blue) = 250+192+24=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC018 is #053FE7. Grayscale: #BEBEBE. Windows color (decimal): -344040 or 1622266. OLE color: 1622266.
HSL color Cylindrical-coordinate representation of color #FAC018: hue angle of 44.6º 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 #FAC018 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.02 |
| HSL | 44.6º | 0.96% | 0.54% | - |
| HSV(B) | 44.6º | 0.9% | 0.98% | - |
| XYZ | 58.44 | 58.09 | 9 | - |
| YUV | 190.19 | 34.22 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 24 | 0 | 0.23 | 0.90 | 0.02 | 44.6 | 0.96 | 0.54 |
| Hex | FA | C0 | 18 | 0 | 17 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 300 | 30 | 0 | 27 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000000 | 11000 | 0 | 10111 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC018
Complementary color
Monochromatic Colors of #FAC018
Black with #FAC018
Text Example
Text Example
White with #FAC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC018; }
p { color: rgb(250,192,24); }
H1.HeaderClassName
{
color: #FAC018;
}
.AnyTagClassName
{
color: #FAC018;
}
</style>
background-color css
<style>
a { background-color: #FAC018; }
a { background-color: rgb(250,192,24); }
div.DivClassName
{
background-color: #FAC018;
}
.BgClassName
{
background-color: #FAC018;
}
</style>
border-color css
<style>
span { border-color: #FAC018; }
span { border-color: rgb(250,192,24); }
td.TdClassName
{
border-color: #FAC018;
}
.TagClassName
{
border-color: #FAC018;
}
</style>