Shades of Moon Yellow #FAC21A
Tints of Moon Yellow #FAC21A
RGB
CMYK
RGB Variations
Color information
#FAC21A (or 0xFAC21A) is known color: Moon Yellow. HEX triplet: FA, C2 and 1A. RGB value is (250,194,26). Sum of RGB (Red+Green+Blue) = 250+194+26=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC21A is #053DE5. Grayscale: #C0C0C0. Windows color (decimal): -343526 or 1753850. OLE color: 1753850.
HSL color Cylindrical-coordinate representation of color #FAC21A: hue angle of 45º 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 #FAC21A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.02 |
| HSL | 45º | 0.96% | 0.54% | - |
| HSV(B) | 45º | 0.9% | 0.98% | - |
| XYZ | 58.9 | 58.98 | 9.26 | - |
| YUV | 191.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 26 | 0 | 0.22 | 0.90 | 0.02 | 45 | 0.96 | 0.54 |
| Hex | FA | C2 | 1A | 0 | 16 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 302 | 32 | 0 | 26 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000010 | 11010 | 0 | 10110 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC21A
Complementary color
Monochromatic Colors of #FAC21A
Black with #FAC21A
Text Example
Text Example
White with #FAC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC21A; }
p { color: rgb(250,194,26); }
H1.HeaderClassName
{
color: #FAC21A;
}
.AnyTagClassName
{
color: #FAC21A;
}
</style>
background-color css
<style>
a { background-color: #FAC21A; }
a { background-color: rgb(250,194,26); }
div.DivClassName
{
background-color: #FAC21A;
}
.BgClassName
{
background-color: #FAC21A;
}
</style>
border-color css
<style>
span { border-color: #FAC21A; }
span { border-color: rgb(250,194,26); }
td.TdClassName
{
border-color: #FAC21A;
}
.TagClassName
{
border-color: #FAC21A;
}
</style>