Shades of Moon Yellow #FAC121
Tints of Moon Yellow #FAC121
RGB
CMYK
RGB Variations
Color information
#FAC121 (or 0xFAC121) is known color: Moon Yellow. HEX triplet: FA, C1 and 21. RGB value is (250,193,33). Sum of RGB (Red+Green+Blue) = 250+193+33=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC121 is #053EDE. Grayscale: #C0C0C0. Windows color (decimal): -343775 or 2212346. OLE color: 2212346.
HSL color Cylindrical-coordinate representation of color #FAC121: hue angle of 44.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAC121 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 33 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.02 |
| HSL | 44.24º | 0.96% | 0.55% | - |
| HSV(B) | 44.24º | 0.87% | 0.98% | - |
| XYZ | 58.77 | 58.57 | 9.65 | - |
| YUV | 191.8 | 38.38 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 33 | 0 | 0.23 | 0.87 | 0.02 | 44.24 | 0.96 | 0.55 |
| Hex | FA | C1 | 21 | 0 | 17 | 57 | 2 | 2C | 60 | 37 |
| Octal | 372 | 301 | 41 | 0 | 27 | 127 | 2 | 54 | 140 | 67 |
| Binary | 11111010 | 11000001 | 100001 | 0 | 10111 | 1010111 | 10 | 101100 | 1100000 | 110111 |
Color Harmonies of #FAC121
Complementary color
Monochromatic Colors of #FAC121
Black with #FAC121
Text Example
Text Example
White with #FAC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC121; }
p { color: rgb(250,193,33); }
H1.HeaderClassName
{
color: #FAC121;
}
.AnyTagClassName
{
color: #FAC121;
}
</style>
background-color css
<style>
a { background-color: #FAC121; }
a { background-color: rgb(250,193,33); }
div.DivClassName
{
background-color: #FAC121;
}
.BgClassName
{
background-color: #FAC121;
}
</style>
border-color css
<style>
span { border-color: #FAC121; }
span { border-color: rgb(250,193,33); }
td.TdClassName
{
border-color: #FAC121;
}
.TagClassName
{
border-color: #FAC121;
}
</style>