Shades of Moon Yellow #FCC118
Tints of Moon Yellow #FCC118
RGB
CMYK
RGB Variations
Color information
#FCC118 (or 0xFCC118) is known color: Moon Yellow. HEX triplet: FC, C1 and 18. RGB value is (252,193,24). Sum of RGB (Red+Green+Blue) = 252+193+24=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC118 is #033EE7. Grayscale: #C0C0C0. Windows color (decimal): -212712 or 1622524. OLE color: 1622524.
HSL color Cylindrical-coordinate representation of color #FCC118: hue angle of 44.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC118 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.01 |
| HSL | 44.47º | 0.97% | 0.54% | - |
| HSV(B) | 44.47º | 0.9% | 0.99% | - |
| XYZ | 59.38 | 58.9 | 9.1 | - |
| YUV | 191.38 | 33.55 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 24 | 0 | 0.23 | 0.90 | 0.01 | 44.47 | 0.97 | 0.54 |
| Hex | FC | C1 | 18 | 0 | 17 | 5A | 1 | 2C | 61 | 36 |
| Octal | 374 | 301 | 30 | 0 | 27 | 132 | 1 | 54 | 141 | 66 |
| Binary | 11111100 | 11000001 | 11000 | 0 | 10111 | 1011010 | 1 | 101100 | 1100001 | 110110 |
Color Harmonies of #FCC118
Complementary color
Monochromatic Colors of #FCC118
Black with #FCC118
Text Example
Text Example
White with #FCC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC118; }
p { color: rgb(252,193,24); }
H1.HeaderClassName
{
color: #FCC118;
}
.AnyTagClassName
{
color: #FCC118;
}
</style>
background-color css
<style>
a { background-color: #FCC118; }
a { background-color: rgb(252,193,24); }
div.DivClassName
{
background-color: #FCC118;
}
.BgClassName
{
background-color: #FCC118;
}
</style>
border-color css
<style>
span { border-color: #FCC118; }
span { border-color: rgb(252,193,24); }
td.TdClassName
{
border-color: #FCC118;
}
.TagClassName
{
border-color: #FCC118;
}
</style>