Shades of Moon Yellow #FEC116
Tints of Moon Yellow #FEC116
RGB
CMYK
RGB Variations
Color information
#FEC116 (or 0xFEC116) is known color: Moon Yellow. HEX triplet: FE, C1 and 16. RGB value is (254,193,22). Sum of RGB (Red+Green+Blue) = 254+193+22=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC116 is #013EE9. Grayscale: #C0C0C0. Windows color (decimal): -81642 or 1491454. OLE color: 1491454.
HSL color Cylindrical-coordinate representation of color #FEC116: hue angle of 44.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC116 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.00 |
| HSL | 44.22º | 0.99% | 0.54% | - |
| HSV(B) | 44.22º | 0.91% | 1% | - |
| XYZ | 60.09 | 59.27 | 9.03 | - |
| YUV | 191.75 | 32.21 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 22 | 0 | 0.24 | 0.91 | 0.00 | 44.22 | 0.99 | 0.54 |
| Hex | FE | C1 | 16 | 0 | 18 | 5B | 0 | 2C | 63 | 36 |
| Octal | 376 | 301 | 26 | 0 | 30 | 133 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 11000001 | 10110 | 0 | 11000 | 1011011 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEC116
Complementary color
Monochromatic Colors of #FEC116
Black with #FEC116
Text Example
Text Example
White with #FEC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC116; }
p { color: rgb(254,193,22); }
H1.HeaderClassName
{
color: #FEC116;
}
.AnyTagClassName
{
color: #FEC116;
}
</style>
background-color css
<style>
a { background-color: #FEC116; }
a { background-color: rgb(254,193,22); }
div.DivClassName
{
background-color: #FEC116;
}
.BgClassName
{
background-color: #FEC116;
}
</style>
border-color css
<style>
span { border-color: #FEC116; }
span { border-color: rgb(254,193,22); }
td.TdClassName
{
border-color: #FEC116;
}
.TagClassName
{
border-color: #FEC116;
}
</style>