Shades of Moon Yellow #FEC214
Tints of Moon Yellow #FEC214
RGB
CMYK
RGB Variations
Color information
#FEC214 (or 0xFEC214) is known color: Moon Yellow. HEX triplet: FE, C2 and 14. RGB value is (254,194,20). Sum of RGB (Red+Green+Blue) = 254+194+20=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC214 is #013DEB. Grayscale: #C0C0C0. Windows color (decimal): -81388 or 1360638. OLE color: 1360638.
HSL color Cylindrical-coordinate representation of color #FEC214: hue angle of 44.62º 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 #FEC214 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.00 |
| HSL | 44.62º | 0.99% | 0.54% | - |
| HSV(B) | 44.62º | 0.92% | 1% | - |
| XYZ | 60.29 | 59.7 | 9.01 | - |
| YUV | 192.1 | 30.88 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 20 | 0 | 0.24 | 0.92 | 0.00 | 44.62 | 0.99 | 0.54 |
| Hex | FE | C2 | 14 | 0 | 18 | 5C | 0 | 2D | 63 | 36 |
| Octal | 376 | 302 | 24 | 0 | 30 | 134 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000010 | 10100 | 0 | 11000 | 1011100 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC214
Complementary color
Monochromatic Colors of #FEC214
Black with #FEC214
Text Example
Text Example
White with #FEC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC214; }
p { color: rgb(254,194,20); }
H1.HeaderClassName
{
color: #FEC214;
}
.AnyTagClassName
{
color: #FEC214;
}
</style>
background-color css
<style>
a { background-color: #FEC214; }
a { background-color: rgb(254,194,20); }
div.DivClassName
{
background-color: #FEC214;
}
.BgClassName
{
background-color: #FEC214;
}
</style>
border-color css
<style>
span { border-color: #FEC214; }
span { border-color: rgb(254,194,20); }
td.TdClassName
{
border-color: #FEC214;
}
.TagClassName
{
border-color: #FEC214;
}
</style>