Shades of Moon Yellow #FAC315
Tints of Moon Yellow #FAC315
RGB
CMYK
RGB Variations
Color information
#FAC315 (or 0xFAC315) is known color: Moon Yellow. HEX triplet: FA, C3 and 15. RGB value is (250,195,21). Sum of RGB (Red+Green+Blue) = 250+195+21=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC315 is #053CEA. Grayscale: #C0C0C0. Windows color (decimal): -343275 or 1426426. OLE color: 1426426.
HSL color Cylindrical-coordinate representation of color #FAC315: hue angle of 45.59º 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 #FAC315 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 21 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.02 |
| HSL | 45.59º | 0.96% | 0.53% | - |
| HSV(B) | 45.59º | 0.92% | 0.98% | - |
| XYZ | 59.07 | 59.41 | 9.06 | - |
| YUV | 191.61 | 31.72 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 21 | 0 | 0.22 | 0.92 | 0.02 | 45.59 | 0.96 | 0.53 |
| Hex | FA | C3 | 15 | 0 | 16 | 5C | 2 | 2E | 60 | 35 |
| Octal | 372 | 303 | 25 | 0 | 26 | 134 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000011 | 10101 | 0 | 10110 | 1011100 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC315
Complementary color
Monochromatic Colors of #FAC315
Black with #FAC315
Text Example
Text Example
White with #FAC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC315; }
p { color: rgb(250,195,21); }
H1.HeaderClassName
{
color: #FAC315;
}
.AnyTagClassName
{
color: #FAC315;
}
</style>
background-color css
<style>
a { background-color: #FAC315; }
a { background-color: rgb(250,195,21); }
div.DivClassName
{
background-color: #FAC315;
}
.BgClassName
{
background-color: #FAC315;
}
</style>
border-color css
<style>
span { border-color: #FAC315; }
span { border-color: rgb(250,195,21); }
td.TdClassName
{
border-color: #FAC315;
}
.TagClassName
{
border-color: #FAC315;
}
</style>