Shades of Moon Yellow #FEC218
Tints of Moon Yellow #FEC218
RGB
CMYK
RGB Variations
Color information
#FEC218 (or 0xFEC218) is known color: Moon Yellow. HEX triplet: FE, C2 and 18. RGB value is (254,194,24). Sum of RGB (Red+Green+Blue) = 254+194+24=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC218 is #013DE7. Grayscale: #C1C1C1. Windows color (decimal): -81384 or 1622782. OLE color: 1622782.
HSL color Cylindrical-coordinate representation of color #FEC218: hue angle of 44.35º 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 #FEC218 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 24 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.00 |
| HSL | 44.35º | 0.99% | 0.55% | - |
| HSV(B) | 44.35º | 0.91% | 1% | - |
| XYZ | 60.33 | 59.72 | 9.21 | - |
| YUV | 192.56 | 32.88 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 24 | 0 | 0.24 | 0.91 | 0.00 | 44.35 | 0.99 | 0.55 |
| Hex | FE | C2 | 18 | 0 | 18 | 5B | 0 | 2C | 63 | 37 |
| Octal | 376 | 302 | 30 | 0 | 30 | 133 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000010 | 11000 | 0 | 11000 | 1011011 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC218
Complementary color
Monochromatic Colors of #FEC218
Black with #FEC218
Text Example
Text Example
White with #FEC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC218; }
p { color: rgb(254,194,24); }
H1.HeaderClassName
{
color: #FEC218;
}
.AnyTagClassName
{
color: #FEC218;
}
</style>
background-color css
<style>
a { background-color: #FEC218; }
a { background-color: rgb(254,194,24); }
div.DivClassName
{
background-color: #FEC218;
}
.BgClassName
{
background-color: #FEC218;
}
</style>
border-color css
<style>
span { border-color: #FEC218; }
span { border-color: rgb(254,194,24); }
td.TdClassName
{
border-color: #FEC218;
}
.TagClassName
{
border-color: #FEC218;
}
</style>