Shades of Moon Yellow #FEC017
Tints of Moon Yellow #FEC017
RGB
CMYK
RGB Variations
Color information
#FEC017 (or 0xFEC017) is known color: Moon Yellow. HEX triplet: FE, C0 and 17. RGB value is (254,192,23). Sum of RGB (Red+Green+Blue) = 254+192+23=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC017 is #013FE8. Grayscale: #C0C0C0. Windows color (decimal): -81897 or 1556734. OLE color: 1556734.
HSL color Cylindrical-coordinate representation of color #FEC017: hue angle of 43.9º 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 #FEC017 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 23 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.00 |
| HSL | 43.9º | 0.99% | 0.54% | - |
| HSV(B) | 43.9º | 0.91% | 1% | - |
| XYZ | 59.88 | 58.83 | 9.01 | - |
| YUV | 191.27 | 33.04 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 23 | 0 | 0.24 | 0.91 | 0.00 | 43.9 | 0.99 | 0.54 |
| Hex | FE | C0 | 17 | 0 | 18 | 5B | 0 | 2C | 63 | 36 |
| Octal | 376 | 300 | 27 | 0 | 30 | 133 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 11000000 | 10111 | 0 | 11000 | 1011011 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEC017
Complementary color
Monochromatic Colors of #FEC017
Black with #FEC017
Text Example
Text Example
White with #FEC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC017; }
p { color: rgb(254,192,23); }
H1.HeaderClassName
{
color: #FEC017;
}
.AnyTagClassName
{
color: #FEC017;
}
</style>
background-color css
<style>
a { background-color: #FEC017; }
a { background-color: rgb(254,192,23); }
div.DivClassName
{
background-color: #FEC017;
}
.BgClassName
{
background-color: #FEC017;
}
</style>
border-color css
<style>
span { border-color: #FEC017; }
span { border-color: rgb(254,192,23); }
td.TdClassName
{
border-color: #FEC017;
}
.TagClassName
{
border-color: #FEC017;
}
</style>