Shades of Moon Yellow #FAC324
Tints of Moon Yellow #FAC324
RGB
CMYK
RGB Variations
Color information
#FAC324 (or 0xFAC324) is known color: Moon Yellow. HEX triplet: FA, C3 and 24. RGB value is (250,195,36). Sum of RGB (Red+Green+Blue) = 250+195+36=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC324 is #053CDB. Grayscale: #C2C2C2. Windows color (decimal): -343260 or 2409466. OLE color: 2409466.
HSL color Cylindrical-coordinate representation of color #FAC324: hue angle of 44.58º 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 #FAC324 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 36 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.02 |
| HSL | 44.58º | 0.96% | 0.56% | - |
| HSV(B) | 44.58º | 0.86% | 0.98% | - |
| XYZ | 59.26 | 59.48 | 10.03 | - |
| YUV | 193.32 | 39.22 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 36 | 0 | 0.22 | 0.86 | 0.02 | 44.58 | 0.96 | 0.56 |
| Hex | FA | C3 | 24 | 0 | 16 | 56 | 2 | 2D | 60 | 38 |
| Octal | 372 | 303 | 44 | 0 | 26 | 126 | 2 | 55 | 140 | 70 |
| Binary | 11111010 | 11000011 | 100100 | 0 | 10110 | 1010110 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FAC324
Complementary color
Monochromatic Colors of #FAC324
Black with #FAC324
Text Example
Text Example
White with #FAC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC324; }
p { color: rgb(250,195,36); }
H1.HeaderClassName
{
color: #FAC324;
}
.AnyTagClassName
{
color: #FAC324;
}
</style>
background-color css
<style>
a { background-color: #FAC324; }
a { background-color: rgb(250,195,36); }
div.DivClassName
{
background-color: #FAC324;
}
.BgClassName
{
background-color: #FAC324;
}
</style>
border-color css
<style>
span { border-color: #FAC324; }
span { border-color: rgb(250,195,36); }
td.TdClassName
{
border-color: #FAC324;
}
.TagClassName
{
border-color: #FAC324;
}
</style>