Shades of Moon Yellow #FEC018
Tints of Moon Yellow #FEC018
RGB
CMYK
RGB Variations
Color information
#FEC018 (or 0xFEC018) is known color: Moon Yellow. HEX triplet: FE, C0 and 18. RGB value is (254,192,24). Sum of RGB (Red+Green+Blue) = 254+192+24=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC018 is #013FE7. Grayscale: #C0C0C0. Windows color (decimal): -81896 or 1622270. OLE color: 1622270.
HSL color Cylindrical-coordinate representation of color #FEC018: hue angle of 43.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC018 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 24 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.00 |
| HSL | 43.83º | 0.99% | 0.55% | - |
| HSV(B) | 43.83º | 0.91% | 1% | - |
| XYZ | 59.89 | 58.84 | 9.06 | - |
| YUV | 191.39 | 33.54 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 24 | 0 | 0.24 | 0.91 | 0.00 | 43.83 | 0.99 | 0.55 |
| Hex | FE | C0 | 18 | 0 | 18 | 5B | 0 | 2C | 63 | 37 |
| Octal | 376 | 300 | 30 | 0 | 30 | 133 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000000 | 11000 | 0 | 11000 | 1011011 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC018
Complementary color
Monochromatic Colors of #FEC018
Black with #FEC018
Text Example
Text Example
White with #FEC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC018; }
p { color: rgb(254,192,24); }
H1.HeaderClassName
{
color: #FEC018;
}
.AnyTagClassName
{
color: #FEC018;
}
</style>
background-color css
<style>
a { background-color: #FEC018; }
a { background-color: rgb(254,192,24); }
div.DivClassName
{
background-color: #FEC018;
}
.BgClassName
{
background-color: #FEC018;
}
</style>
border-color css
<style>
span { border-color: #FEC018; }
span { border-color: rgb(254,192,24); }
td.TdClassName
{
border-color: #FEC018;
}
.TagClassName
{
border-color: #FEC018;
}
</style>