Shades of Moon Yellow #FAC014
Tints of Moon Yellow #FAC014
RGB
CMYK
RGB Variations
Color information
#FAC014 (or 0xFAC014) is known color: Moon Yellow. HEX triplet: FA, C0 and 14. RGB value is (250,192,20). Sum of RGB (Red+Green+Blue) = 250+192+20=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC014 is #053FEB. Grayscale: #BEBEBE. Windows color (decimal): -344044 or 1360122. OLE color: 1360122.
HSL color Cylindrical-coordinate representation of color #FAC014: hue angle of 44.87º 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 #FAC014 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.02 |
| HSL | 44.87º | 0.96% | 0.53% | - |
| HSV(B) | 44.87º | 0.92% | 0.98% | - |
| XYZ | 58.4 | 58.07 | 8.79 | - |
| YUV | 189.73 | 32.22 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 20 | 0 | 0.23 | 0.92 | 0.02 | 44.87 | 0.96 | 0.53 |
| Hex | FA | C0 | 14 | 0 | 17 | 5C | 2 | 2D | 60 | 35 |
| Octal | 372 | 300 | 24 | 0 | 27 | 134 | 2 | 55 | 140 | 65 |
| Binary | 11111010 | 11000000 | 10100 | 0 | 10111 | 1011100 | 10 | 101101 | 1100000 | 110101 |
Color Harmonies of #FAC014
Complementary color
Monochromatic Colors of #FAC014
Black with #FAC014
Text Example
Text Example
White with #FAC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC014; }
p { color: rgb(250,192,20); }
H1.HeaderClassName
{
color: #FAC014;
}
.AnyTagClassName
{
color: #FAC014;
}
</style>
background-color css
<style>
a { background-color: #FAC014; }
a { background-color: rgb(250,192,20); }
div.DivClassName
{
background-color: #FAC014;
}
.BgClassName
{
background-color: #FAC014;
}
</style>
border-color css
<style>
span { border-color: #FAC014; }
span { border-color: rgb(250,192,20); }
td.TdClassName
{
border-color: #FAC014;
}
.TagClassName
{
border-color: #FAC014;
}
</style>