Shades of Moon Yellow #FAC21E
Tints of Moon Yellow #FAC21E
RGB
CMYK
RGB Variations
Color information
#FAC21E (or 0xFAC21E) is known color: Moon Yellow. HEX triplet: FA, C2 and 1E. RGB value is (250,194,30). Sum of RGB (Red+Green+Blue) = 250+194+30=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC21E is #053DE1. Grayscale: #C0C0C0. Windows color (decimal): -343522 or 2015994. OLE color: 2015994.
HSL color Cylindrical-coordinate representation of color #FAC21E: hue angle of 44.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC21E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.02 |
| HSL | 44.73º | 0.96% | 0.55% | - |
| HSV(B) | 44.73º | 0.88% | 0.98% | - |
| XYZ | 58.95 | 59 | 9.51 | - |
| YUV | 192.05 | 36.55 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 30 | 0 | 0.22 | 0.88 | 0.02 | 44.73 | 0.96 | 0.55 |
| Hex | FA | C2 | 1E | 0 | 16 | 58 | 2 | 2D | 60 | 37 |
| Octal | 372 | 302 | 36 | 0 | 26 | 130 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000010 | 11110 | 0 | 10110 | 1011000 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC21E
Complementary color
Monochromatic Colors of #FAC21E
Black with #FAC21E
Text Example
Text Example
White with #FAC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC21E; }
p { color: rgb(250,194,30); }
H1.HeaderClassName
{
color: #FAC21E;
}
.AnyTagClassName
{
color: #FAC21E;
}
</style>
background-color css
<style>
a { background-color: #FAC21E; }
a { background-color: rgb(250,194,30); }
div.DivClassName
{
background-color: #FAC21E;
}
.BgClassName
{
background-color: #FAC21E;
}
</style>
border-color css
<style>
span { border-color: #FAC21E; }
span { border-color: rgb(250,194,30); }
td.TdClassName
{
border-color: #FAC21E;
}
.TagClassName
{
border-color: #FAC21E;
}
</style>