Shades of Moon Yellow #FCC117
Tints of Moon Yellow #FCC117
RGB
CMYK
RGB Variations
Color information
#FCC117 (or 0xFCC117) is known color: Moon Yellow. HEX triplet: FC, C1 and 17. RGB value is (252,193,23). Sum of RGB (Red+Green+Blue) = 252+193+23=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC117 is #033EE8. Grayscale: #BFBFBF. Windows color (decimal): -212713 or 1556988. OLE color: 1556988.
HSL color Cylindrical-coordinate representation of color #FCC117: hue angle of 44.54º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCC117 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 23 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.01 |
| HSL | 44.54º | 0.97% | 0.54% | - |
| HSV(B) | 44.54º | 0.91% | 0.99% | - |
| XYZ | 59.37 | 58.9 | 9.05 | - |
| YUV | 191.26 | 33.05 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 23 | 0 | 0.23 | 0.91 | 0.01 | 44.54 | 0.97 | 0.54 |
| Hex | FC | C1 | 17 | 0 | 17 | 5B | 1 | 2D | 61 | 36 |
| Octal | 374 | 301 | 27 | 0 | 27 | 133 | 1 | 55 | 141 | 66 |
| Binary | 11111100 | 11000001 | 10111 | 0 | 10111 | 1011011 | 1 | 101101 | 1100001 | 110110 |
Color Harmonies of #FCC117
Complementary color
Monochromatic Colors of #FCC117
Black with #FCC117
Text Example
Text Example
White with #FCC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC117; }
p { color: rgb(252,193,23); }
H1.HeaderClassName
{
color: #FCC117;
}
.AnyTagClassName
{
color: #FCC117;
}
</style>
background-color css
<style>
a { background-color: #FCC117; }
a { background-color: rgb(252,193,23); }
div.DivClassName
{
background-color: #FCC117;
}
.BgClassName
{
background-color: #FCC117;
}
</style>
border-color css
<style>
span { border-color: #FCC117; }
span { border-color: rgb(252,193,23); }
td.TdClassName
{
border-color: #FCC117;
}
.TagClassName
{
border-color: #FCC117;
}
</style>