Shades of Moon Yellow #FEC014
Tints of Moon Yellow #FEC014
RGB
CMYK
RGB Variations
Color information
#FEC014 (or 0xFEC014) is known color: Moon Yellow. HEX triplet: FE, C0 and 14. RGB value is (254,192,20). Sum of RGB (Red+Green+Blue) = 254+192+20=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC014 is #013FEB. Grayscale: #BFBFBF. Windows color (decimal): -81900 or 1360126. OLE color: 1360126.
HSL color Cylindrical-coordinate representation of color #FEC014: hue angle of 44.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEC014 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.00 |
| HSL | 44.1º | 0.99% | 0.54% | - |
| HSV(B) | 44.1º | 0.92% | 1% | - |
| XYZ | 59.85 | 58.82 | 8.86 | - |
| YUV | 190.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 20 | 0 | 0.24 | 0.92 | 0.00 | 44.1 | 0.99 | 0.54 |
| Hex | FE | C0 | 14 | 0 | 18 | 5C | 0 | 2C | 63 | 36 |
| Octal | 376 | 300 | 24 | 0 | 30 | 134 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 11000000 | 10100 | 0 | 11000 | 1011100 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEC014
Complementary color
Monochromatic Colors of #FEC014
Black with #FEC014
Text Example
Text Example
White with #FEC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC014; }
p { color: rgb(254,192,20); }
H1.HeaderClassName
{
color: #FEC014;
}
.AnyTagClassName
{
color: #FEC014;
}
</style>
background-color css
<style>
a { background-color: #FEC014; }
a { background-color: rgb(254,192,20); }
div.DivClassName
{
background-color: #FEC014;
}
.BgClassName
{
background-color: #FEC014;
}
</style>
border-color css
<style>
span { border-color: #FEC014; }
span { border-color: rgb(254,192,20); }
td.TdClassName
{
border-color: #FEC014;
}
.TagClassName
{
border-color: #FEC014;
}
</style>