Shades of Moon Yellow #FAC414
Tints of Moon Yellow #FAC414
RGB
CMYK
RGB Variations
Color information
#FAC414 (or 0xFAC414) is known color: Moon Yellow. HEX triplet: FA, C4 and 14. RGB value is (250,196,20). Sum of RGB (Red+Green+Blue) = 250+196+20=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC414 is #053BEB. Grayscale: #C0C0C0. Windows color (decimal): -343020 or 1361146. OLE color: 1361146.
HSL color Cylindrical-coordinate representation of color #FAC414: hue angle of 45.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAC414 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.02 |
| HSL | 45.91º | 0.96% | 0.53% | - |
| HSV(B) | 45.91º | 0.92% | 0.98% | - |
| XYZ | 59.29 | 59.85 | 9.09 | - |
| YUV | 192.08 | 30.89 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 20 | 0 | 0.22 | 0.92 | 0.02 | 45.91 | 0.96 | 0.53 |
| Hex | FA | C4 | 14 | 0 | 16 | 5C | 2 | 2E | 60 | 35 |
| Octal | 372 | 304 | 24 | 0 | 26 | 134 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000100 | 10100 | 0 | 10110 | 1011100 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC414
Complementary color
Monochromatic Colors of #FAC414
Black with #FAC414
Text Example
Text Example
White with #FAC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC414; }
p { color: rgb(250,196,20); }
H1.HeaderClassName
{
color: #FAC414;
}
.AnyTagClassName
{
color: #FAC414;
}
</style>
background-color css
<style>
a { background-color: #FAC414; }
a { background-color: rgb(250,196,20); }
div.DivClassName
{
background-color: #FAC414;
}
.BgClassName
{
background-color: #FAC414;
}
</style>
border-color css
<style>
span { border-color: #FAC414; }
span { border-color: rgb(250,196,20); }
td.TdClassName
{
border-color: #FAC414;
}
.TagClassName
{
border-color: #FAC414;
}
</style>