Shades of Moon Yellow #FEC215
Tints of Moon Yellow #FEC215
RGB
CMYK
RGB Variations
Color information
#FEC215 (or 0xFEC215) is known color: Moon Yellow. HEX triplet: FE, C2 and 15. RGB value is (254,194,21). Sum of RGB (Red+Green+Blue) = 254+194+21=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC215 is #013DEA. Grayscale: #C0C0C0. Windows color (decimal): -81387 or 1426174. OLE color: 1426174.
HSL color Cylindrical-coordinate representation of color #FEC215: hue angle of 44.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEC215 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 21 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.00 |
| HSL | 44.55º | 0.99% | 0.54% | - |
| HSV(B) | 44.55º | 0.92% | 1% | - |
| XYZ | 60.3 | 59.71 | 9.06 | - |
| YUV | 192.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 21 | 0 | 0.24 | 0.92 | 0.00 | 44.55 | 0.99 | 0.54 |
| Hex | FE | C2 | 15 | 0 | 18 | 5C | 0 | 2D | 63 | 36 |
| Octal | 376 | 302 | 25 | 0 | 30 | 134 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000010 | 10101 | 0 | 11000 | 1011100 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC215
Complementary color
Monochromatic Colors of #FEC215
Black with #FEC215
Text Example
Text Example
White with #FEC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC215; }
p { color: rgb(254,194,21); }
H1.HeaderClassName
{
color: #FEC215;
}
.AnyTagClassName
{
color: #FEC215;
}
</style>
background-color css
<style>
a { background-color: #FEC215; }
a { background-color: rgb(254,194,21); }
div.DivClassName
{
background-color: #FEC215;
}
.BgClassName
{
background-color: #FEC215;
}
</style>
border-color css
<style>
span { border-color: #FEC215; }
span { border-color: rgb(254,194,21); }
td.TdClassName
{
border-color: #FEC215;
}
.TagClassName
{
border-color: #FEC215;
}
</style>