Shades of Moon Yellow #FAC21D
Tints of Moon Yellow #FAC21D
RGB
CMYK
RGB Variations
Color information
#FAC21D (or 0xFAC21D) is known color: Moon Yellow. HEX triplet: FA, C2 and 1D. RGB value is (250,194,29). Sum of RGB (Red+Green+Blue) = 250+194+29=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC21D is #053DE2. Grayscale: #C0C0C0. Windows color (decimal): -343523 or 1950458. OLE color: 1950458.
HSL color Cylindrical-coordinate representation of color #FAC21D: hue angle of 44.8º 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 #FAC21D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 29 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.02 |
| HSL | 44.8º | 0.96% | 0.55% | - |
| HSV(B) | 44.8º | 0.88% | 0.98% | - |
| XYZ | 58.94 | 59 | 9.44 | - |
| YUV | 191.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 29 | 0 | 0.22 | 0.88 | 0.02 | 44.8 | 0.96 | 0.55 |
| Hex | FA | C2 | 1D | 0 | 16 | 58 | 2 | 2D | 60 | 37 |
| Octal | 372 | 302 | 35 | 0 | 26 | 130 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000010 | 11101 | 0 | 10110 | 1011000 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC21D
Complementary color
Monochromatic Colors of #FAC21D
Black with #FAC21D
Text Example
Text Example
White with #FAC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC21D; }
p { color: rgb(250,194,29); }
H1.HeaderClassName
{
color: #FAC21D;
}
.AnyTagClassName
{
color: #FAC21D;
}
</style>
background-color css
<style>
a { background-color: #FAC21D; }
a { background-color: rgb(250,194,29); }
div.DivClassName
{
background-color: #FAC21D;
}
.BgClassName
{
background-color: #FAC21D;
}
</style>
border-color css
<style>
span { border-color: #FAC21D; }
span { border-color: rgb(250,194,29); }
td.TdClassName
{
border-color: #FAC21D;
}
.TagClassName
{
border-color: #FAC21D;
}
</style>