Shades of Moon Yellow #FAC517
Tints of Moon Yellow #FAC517
RGB
CMYK
RGB Variations
Color information
#FAC517 (or 0xFAC517) is known color: Moon Yellow. HEX triplet: FA, C5 and 17. RGB value is (250,197,23). Sum of RGB (Red+Green+Blue) = 250+197+23=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC517 is #053AE8. Grayscale: #C1C1C1. Windows color (decimal): -342761 or 1558010. OLE color: 1558010.
HSL color Cylindrical-coordinate representation of color #FAC517: hue angle of 45.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC517 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 23 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.02 |
| HSL | 45.99º | 0.96% | 0.54% | - |
| HSV(B) | 45.99º | 0.91% | 0.98% | - |
| XYZ | 59.55 | 60.32 | 9.31 | - |
| YUV | 193.01 | 32.06 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 23 | 0 | 0.21 | 0.91 | 0.02 | 45.99 | 0.96 | 0.54 |
| Hex | FA | C5 | 17 | 0 | 15 | 5B | 2 | 2E | 60 | 36 |
| Octal | 372 | 305 | 27 | 0 | 25 | 133 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000101 | 10111 | 0 | 10101 | 1011011 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC517
Complementary color
Monochromatic Colors of #FAC517
Black with #FAC517
Text Example
Text Example
White with #FAC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC517; }
p { color: rgb(250,197,23); }
H1.HeaderClassName
{
color: #FAC517;
}
.AnyTagClassName
{
color: #FAC517;
}
</style>
background-color css
<style>
a { background-color: #FAC517; }
a { background-color: rgb(250,197,23); }
div.DivClassName
{
background-color: #FAC517;
}
.BgClassName
{
background-color: #FAC517;
}
</style>
border-color css
<style>
span { border-color: #FAC517; }
span { border-color: rgb(250,197,23); }
td.TdClassName
{
border-color: #FAC517;
}
.TagClassName
{
border-color: #FAC517;
}
</style>