Shades of Moon Yellow #FEC415
Tints of Moon Yellow #FEC415
RGB
CMYK
RGB Variations
Color information
#FEC415 (or 0xFEC415) is known color: Moon Yellow. HEX triplet: FE, C4 and 15. RGB value is (254,196,21). Sum of RGB (Red+Green+Blue) = 254+196+21=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC415 is #013BEA. Grayscale: #C2C2C2. Windows color (decimal): -80875 or 1426686. OLE color: 1426686.
HSL color Cylindrical-coordinate representation of color #FEC415: hue angle of 45.06º 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 #FEC415 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.00 |
| HSL | 45.06º | 0.99% | 0.54% | - |
| HSV(B) | 45.06º | 0.92% | 1% | - |
| XYZ | 60.75 | 60.6 | 9.21 | - |
| YUV | 193.39 | 30.72 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 21 | 0 | 0.23 | 0.92 | 0.00 | 45.06 | 0.99 | 0.54 |
| Hex | FE | C4 | 15 | 0 | 17 | 5C | 0 | 2D | 63 | 36 |
| Octal | 376 | 304 | 25 | 0 | 27 | 134 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000100 | 10101 | 0 | 10111 | 1011100 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC415
Complementary color
Monochromatic Colors of #FEC415
Black with #FEC415
Text Example
Text Example
White with #FEC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC415; }
p { color: rgb(254,196,21); }
H1.HeaderClassName
{
color: #FEC415;
}
.AnyTagClassName
{
color: #FEC415;
}
</style>
background-color css
<style>
a { background-color: #FEC415; }
a { background-color: rgb(254,196,21); }
div.DivClassName
{
background-color: #FEC415;
}
.BgClassName
{
background-color: #FEC415;
}
</style>
border-color css
<style>
span { border-color: #FEC415; }
span { border-color: rgb(254,196,21); }
td.TdClassName
{
border-color: #FEC415;
}
.TagClassName
{
border-color: #FEC415;
}
</style>