Shades of Moon Yellow #FEC219
Tints of Moon Yellow #FEC219
RGB
CMYK
RGB Variations
Color information
#FEC219 (or 0xFEC219) is known color: Moon Yellow. HEX triplet: FE, C2 and 19. RGB value is (254,194,25). Sum of RGB (Red+Green+Blue) = 254+194+25=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC219 is #013DE6. Grayscale: #C1C1C1. Windows color (decimal): -81383 or 1688318. OLE color: 1688318.
HSL color Cylindrical-coordinate representation of color #FEC219: hue angle of 44.28º 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 #FEC219 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 25 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.00 |
| HSL | 44.28º | 0.99% | 0.55% | - |
| HSV(B) | 44.28º | 0.9% | 1% | - |
| XYZ | 60.34 | 59.72 | 9.27 | - |
| YUV | 192.67 | 33.38 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 25 | 0 | 0.24 | 0.90 | 0.00 | 44.28 | 0.99 | 0.55 |
| Hex | FE | C2 | 19 | 0 | 18 | 5A | 0 | 2C | 63 | 37 |
| Octal | 376 | 302 | 31 | 0 | 30 | 132 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000010 | 11001 | 0 | 11000 | 1011010 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC219
Complementary color
Monochromatic Colors of #FEC219
Black with #FEC219
Text Example
Text Example
White with #FEC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC219; }
p { color: rgb(254,194,25); }
H1.HeaderClassName
{
color: #FEC219;
}
.AnyTagClassName
{
color: #FEC219;
}
</style>
background-color css
<style>
a { background-color: #FEC219; }
a { background-color: rgb(254,194,25); }
div.DivClassName
{
background-color: #FEC219;
}
.BgClassName
{
background-color: #FEC219;
}
</style>
border-color css
<style>
span { border-color: #FEC219; }
span { border-color: rgb(254,194,25); }
td.TdClassName
{
border-color: #FEC219;
}
.TagClassName
{
border-color: #FEC219;
}
</style>