Shades of Moon Yellow #FAC217
Tints of Moon Yellow #FAC217
RGB
CMYK
RGB Variations
Color information
#FAC217 (or 0xFAC217) is known color: Moon Yellow. HEX triplet: FA, C2 and 17. RGB value is (250,194,23). Sum of RGB (Red+Green+Blue) = 250+194+23=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC217 is #053DE8. Grayscale: #BFBFBF. Windows color (decimal): -343529 or 1557242. OLE color: 1557242.
HSL color Cylindrical-coordinate representation of color #FAC217: hue angle of 45.2º 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 #FAC217 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.02 |
| HSL | 45.2º | 0.96% | 0.54% | - |
| HSV(B) | 45.2º | 0.91% | 0.98% | - |
| XYZ | 58.87 | 58.97 | 9.09 | - |
| YUV | 191.25 | 33.05 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 23 | 0 | 0.22 | 0.91 | 0.02 | 45.2 | 0.96 | 0.54 |
| Hex | FA | C2 | 17 | 0 | 16 | 5B | 2 | 2D | 60 | 36 |
| Octal | 372 | 302 | 27 | 0 | 26 | 133 | 2 | 55 | 140 | 66 |
| Binary | 11111010 | 11000010 | 10111 | 0 | 10110 | 1011011 | 10 | 101101 | 1100000 | 110110 |
Color Harmonies of #FAC217
Complementary color
Monochromatic Colors of #FAC217
Black with #FAC217
Text Example
Text Example
White with #FAC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC217; }
p { color: rgb(250,194,23); }
H1.HeaderClassName
{
color: #FAC217;
}
.AnyTagClassName
{
color: #FAC217;
}
</style>
background-color css
<style>
a { background-color: #FAC217; }
a { background-color: rgb(250,194,23); }
div.DivClassName
{
background-color: #FAC217;
}
.BgClassName
{
background-color: #FAC217;
}
</style>
border-color css
<style>
span { border-color: #FAC217; }
span { border-color: rgb(250,194,23); }
td.TdClassName
{
border-color: #FAC217;
}
.TagClassName
{
border-color: #FAC217;
}
</style>