Shades of Moon Yellow #FEC019
Tints of Moon Yellow #FEC019
RGB
CMYK
RGB Variations
Color information
#FEC019 (or 0xFEC019) is known color: Moon Yellow. HEX triplet: FE, C0 and 19. RGB value is (254,192,25). Sum of RGB (Red+Green+Blue) = 254+192+25=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC019 is #013FE6. Grayscale: #C0C0C0. Windows color (decimal): -81895 or 1687806. OLE color: 1687806.
HSL color Cylindrical-coordinate representation of color #FEC019: hue angle of 43.76º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC019 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 25 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.00 |
| HSL | 43.76º | 0.99% | 0.55% | - |
| HSV(B) | 43.76º | 0.9% | 1% | - |
| XYZ | 59.9 | 58.84 | 9.12 | - |
| YUV | 191.5 | 34.04 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 25 | 0 | 0.24 | 0.90 | 0.00 | 43.76 | 0.99 | 0.55 |
| Hex | FE | C0 | 19 | 0 | 18 | 5A | 0 | 2C | 63 | 37 |
| Octal | 376 | 300 | 31 | 0 | 30 | 132 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000000 | 11001 | 0 | 11000 | 1011010 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC019
Complementary color
Monochromatic Colors of #FEC019
Black with #FEC019
Text Example
Text Example
White with #FEC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC019; }
p { color: rgb(254,192,25); }
H1.HeaderClassName
{
color: #FEC019;
}
.AnyTagClassName
{
color: #FEC019;
}
</style>
background-color css
<style>
a { background-color: #FEC019; }
a { background-color: rgb(254,192,25); }
div.DivClassName
{
background-color: #FEC019;
}
.BgClassName
{
background-color: #FEC019;
}
</style>
border-color css
<style>
span { border-color: #FEC019; }
span { border-color: rgb(254,192,25); }
td.TdClassName
{
border-color: #FEC019;
}
.TagClassName
{
border-color: #FEC019;
}
</style>