Shades of Moon Yellow #FAC51A
Tints of Moon Yellow #FAC51A
RGB
CMYK
RGB Variations
Color information
#FAC51A (or 0xFAC51A) is known color: Moon Yellow. HEX triplet: FA, C5 and 1A. RGB value is (250,197,26). Sum of RGB (Red+Green+Blue) = 250+197+26=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51A is #053AE5. Grayscale: #C2C2C2. Windows color (decimal): -342758 or 1754618. OLE color: 1754618.
HSL color Cylindrical-coordinate representation of color #FAC51A: hue angle of 45.8º 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 #FAC51A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.02 |
| HSL | 45.8º | 0.96% | 0.54% | - |
| HSV(B) | 45.8º | 0.9% | 0.98% | - |
| XYZ | 59.58 | 60.33 | 9.48 | - |
| YUV | 193.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 26 | 0 | 0.21 | 0.90 | 0.02 | 45.8 | 0.96 | 0.54 |
| Hex | FA | C5 | 1A | 0 | 15 | 5A | 2 | 2E | 60 | 36 |
| Octal | 372 | 305 | 32 | 0 | 25 | 132 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000101 | 11010 | 0 | 10101 | 1011010 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC51A
Complementary color
Monochromatic Colors of #FAC51A
Black with #FAC51A
Text Example
Text Example
White with #FAC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC51A; }
p { color: rgb(250,197,26); }
H1.HeaderClassName
{
color: #FAC51A;
}
.AnyTagClassName
{
color: #FAC51A;
}
</style>
background-color css
<style>
a { background-color: #FAC51A; }
a { background-color: rgb(250,197,26); }
div.DivClassName
{
background-color: #FAC51A;
}
.BgClassName
{
background-color: #FAC51A;
}
</style>
border-color css
<style>
span { border-color: #FAC51A; }
span { border-color: rgb(250,197,26); }
td.TdClassName
{
border-color: #FAC51A;
}
.TagClassName
{
border-color: #FAC51A;
}
</style>