Shades of Moon Yellow #FAC314
Tints of Moon Yellow #FAC314
RGB
CMYK
RGB Variations
Color information
#FAC314 (or 0xFAC314) is known color: Moon Yellow. HEX triplet: FA, C3 and 14. RGB value is (250,195,20). Sum of RGB (Red+Green+Blue) = 250+195+20=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC314 is #053CEB. Grayscale: #C0C0C0. Windows color (decimal): -343276 or 1360890. OLE color: 1360890.
HSL color Cylindrical-coordinate representation of color #FAC314: hue angle of 45.65º 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 #FAC314 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.02 |
| HSL | 45.65º | 0.96% | 0.53% | - |
| HSV(B) | 45.65º | 0.92% | 0.98% | - |
| XYZ | 59.07 | 59.4 | 9.01 | - |
| YUV | 191.5 | 31.22 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 20 | 0 | 0.22 | 0.92 | 0.02 | 45.65 | 0.96 | 0.53 |
| Hex | FA | C3 | 14 | 0 | 16 | 5C | 2 | 2E | 60 | 35 |
| Octal | 372 | 303 | 24 | 0 | 26 | 134 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000011 | 10100 | 0 | 10110 | 1011100 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC314
Complementary color
Monochromatic Colors of #FAC314
Black with #FAC314
Text Example
Text Example
White with #FAC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC314; }
p { color: rgb(250,195,20); }
H1.HeaderClassName
{
color: #FAC314;
}
.AnyTagClassName
{
color: #FAC314;
}
</style>
background-color css
<style>
a { background-color: #FAC314; }
a { background-color: rgb(250,195,20); }
div.DivClassName
{
background-color: #FAC314;
}
.BgClassName
{
background-color: #FAC314;
}
</style>
border-color css
<style>
span { border-color: #FAC314; }
span { border-color: rgb(250,195,20); }
td.TdClassName
{
border-color: #FAC314;
}
.TagClassName
{
border-color: #FAC314;
}
</style>