Shades of Moon Yellow #FAC318
Tints of Moon Yellow #FAC318
RGB
CMYK
RGB Variations
Color information
#FAC318 (or 0xFAC318) is known color: Moon Yellow. HEX triplet: FA, C3 and 18. RGB value is (250,195,24). Sum of RGB (Red+Green+Blue) = 250+195+24=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC318 is #053CE7. Grayscale: #C0C0C0. Windows color (decimal): -343272 or 1623034. OLE color: 1623034.
HSL color Cylindrical-coordinate representation of color #FAC318: hue angle of 45.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC318 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 24 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.02 |
| HSL | 45.4º | 0.96% | 0.54% | - |
| HSV(B) | 45.4º | 0.9% | 0.98% | - |
| XYZ | 59.1 | 59.42 | 9.22 | - |
| YUV | 191.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 24 | 0 | 0.22 | 0.90 | 0.02 | 45.4 | 0.96 | 0.54 |
| Hex | FA | C3 | 18 | 0 | 16 | 5A | 2 | 2D | 60 | 36 |
| Octal | 372 | 303 | 30 | 0 | 26 | 132 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000011 | 11000 | 0 | 10110 | 1011010 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC318
Complementary color
Monochromatic Colors of #FAC318
Black with #FAC318
Text Example
Text Example
White with #FAC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC318; }
p { color: rgb(250,195,24); }
H1.HeaderClassName
{
color: #FAC318;
}
.AnyTagClassName
{
color: #FAC318;
}
</style>
background-color css
<style>
a { background-color: #FAC318; }
a { background-color: rgb(250,195,24); }
div.DivClassName
{
background-color: #FAC318;
}
.BgClassName
{
background-color: #FAC318;
}
</style>
border-color css
<style>
span { border-color: #FAC318; }
span { border-color: rgb(250,195,24); }
td.TdClassName
{
border-color: #FAC318;
}
.TagClassName
{
border-color: #FAC318;
}
</style>