Shades of Moon Yellow #FAC225
Tints of Moon Yellow #FAC225
RGB
CMYK
RGB Variations
Color information
#FAC225 (or 0xFAC225) is known color: Moon Yellow. HEX triplet: FA, C2 and 25. RGB value is (250,194,37). Sum of RGB (Red+Green+Blue) = 250+194+37=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC225 is #053DDA. Grayscale: #C1C1C1. Windows color (decimal): -343515 or 2474746. OLE color: 2474746.
HSL color Cylindrical-coordinate representation of color #FAC225: hue angle of 44.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAC225 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.02 |
| HSL | 44.23º | 0.96% | 0.56% | - |
| HSV(B) | 44.23º | 0.85% | 0.98% | - |
| XYZ | 59.05 | 59.04 | 10.03 | - |
| YUV | 192.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 37 | 0 | 0.22 | 0.85 | 0.02 | 44.23 | 0.96 | 0.56 |
| Hex | FA | C2 | 25 | 0 | 16 | 55 | 2 | 2C | 60 | 38 |
| Octal | 372 | 302 | 45 | 0 | 26 | 125 | 2 | 54 | 140 | 70 |
| Binary | 11111010 | 11000010 | 100101 | 0 | 10110 | 1010101 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FAC225
Complementary color
Monochromatic Colors of #FAC225
Black with #FAC225
Text Example
Text Example
White with #FAC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC225; }
p { color: rgb(250,194,37); }
H1.HeaderClassName
{
color: #FAC225;
}
.AnyTagClassName
{
color: #FAC225;
}
</style>
background-color css
<style>
a { background-color: #FAC225; }
a { background-color: rgb(250,194,37); }
div.DivClassName
{
background-color: #FAC225;
}
.BgClassName
{
background-color: #FAC225;
}
</style>
border-color css
<style>
span { border-color: #FAC225; }
span { border-color: rgb(250,194,37); }
td.TdClassName
{
border-color: #FAC225;
}
.TagClassName
{
border-color: #FAC225;
}
</style>