Shades of Moon Yellow #FAC421
Tints of Moon Yellow #FAC421
RGB
CMYK
RGB Variations
Color information
#FAC421 (or 0xFAC421) is known color: Moon Yellow. HEX triplet: FA, C4 and 21. RGB value is (250,196,33). Sum of RGB (Red+Green+Blue) = 250+196+33=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC421 is #053BDE. Grayscale: #C2C2C2. Windows color (decimal): -343007 or 2213114. OLE color: 2213114.
HSL color Cylindrical-coordinate representation of color #FAC421: hue angle of 45.07º 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 #FAC421 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 33 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.02 |
| HSL | 45.07º | 0.96% | 0.55% | - |
| HSV(B) | 45.07º | 0.87% | 0.98% | - |
| XYZ | 59.44 | 59.91 | 9.87 | - |
| YUV | 193.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 33 | 0 | 0.22 | 0.87 | 0.02 | 45.07 | 0.96 | 0.55 |
| Hex | FA | C4 | 21 | 0 | 16 | 57 | 2 | 2D | 60 | 37 |
| Octal | 372 | 304 | 41 | 0 | 26 | 127 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000100 | 100001 | 0 | 10110 | 1010111 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC421
Complementary color
Monochromatic Colors of #FAC421
Black with #FAC421
Text Example
Text Example
White with #FAC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC421; }
p { color: rgb(250,196,33); }
H1.HeaderClassName
{
color: #FAC421;
}
.AnyTagClassName
{
color: #FAC421;
}
</style>
background-color css
<style>
a { background-color: #FAC421; }
a { background-color: rgb(250,196,33); }
div.DivClassName
{
background-color: #FAC421;
}
.BgClassName
{
background-color: #FAC421;
}
</style>
border-color css
<style>
span { border-color: #FAC421; }
span { border-color: rgb(250,196,33); }
td.TdClassName
{
border-color: #FAC421;
}
.TagClassName
{
border-color: #FAC421;
}
</style>