Shades of Moon Yellow #FAC224
Tints of Moon Yellow #FAC224
RGB
CMYK
RGB Variations
Color information
#FAC224 (or 0xFAC224) is known color: Moon Yellow. HEX triplet: FA, C2 and 24. RGB value is (250,194,36). Sum of RGB (Red+Green+Blue) = 250+194+36=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC224 is #053DDB. Grayscale: #C1C1C1. Windows color (decimal): -343516 or 2409210. OLE color: 2409210.
HSL color Cylindrical-coordinate representation of color #FAC224: hue angle of 44.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAC224 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 36 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.02 |
| HSL | 44.3º | 0.96% | 0.56% | - |
| HSV(B) | 44.3º | 0.86% | 0.98% | - |
| XYZ | 59.03 | 59.03 | 9.95 | - |
| YUV | 192.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 36 | 0 | 0.22 | 0.86 | 0.02 | 44.3 | 0.96 | 0.56 |
| Hex | FA | C2 | 24 | 0 | 16 | 56 | 2 | 2C | 60 | 38 |
| Octal | 372 | 302 | 44 | 0 | 26 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111010 | 11000010 | 100100 | 0 | 10110 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FAC224
Complementary color
Monochromatic Colors of #FAC224
Black with #FAC224
Text Example
Text Example
White with #FAC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC224; }
p { color: rgb(250,194,36); }
H1.HeaderClassName
{
color: #FAC224;
}
.AnyTagClassName
{
color: #FAC224;
}
</style>
background-color css
<style>
a { background-color: #FAC224; }
a { background-color: rgb(250,194,36); }
div.DivClassName
{
background-color: #FAC224;
}
.BgClassName
{
background-color: #FAC224;
}
</style>
border-color css
<style>
span { border-color: #FAC224; }
span { border-color: rgb(250,194,36); }
td.TdClassName
{
border-color: #FAC224;
}
.TagClassName
{
border-color: #FAC224;
}
</style>