Shades of Moon Yellow #FEC015
Tints of Moon Yellow #FEC015
RGB
CMYK
RGB Variations
Color information
#FEC015 (or 0xFEC015) is known color: Moon Yellow. HEX triplet: FE, C0 and 15. RGB value is (254,192,21). Sum of RGB (Red+Green+Blue) = 254+192+21=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC015 is #013FEA. Grayscale: #BFBFBF. Windows color (decimal): -81899 or 1425662. OLE color: 1425662.
HSL color Cylindrical-coordinate representation of color #FEC015: hue angle of 44.03º 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 #FEC015 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 21 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.00 |
| HSL | 44.03º | 0.99% | 0.54% | - |
| HSV(B) | 44.03º | 0.92% | 1% | - |
| XYZ | 59.86 | 58.82 | 8.91 | - |
| YUV | 191.04 | 32.04 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 21 | 0 | 0.24 | 0.92 | 0.00 | 44.03 | 0.99 | 0.54 |
| Hex | FE | C0 | 15 | 0 | 18 | 5C | 0 | 2C | 63 | 36 |
| Octal | 376 | 300 | 25 | 0 | 30 | 134 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 11000000 | 10101 | 0 | 11000 | 1011100 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEC015
Complementary color
Monochromatic Colors of #FEC015
Black with #FEC015
Text Example
Text Example
White with #FEC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC015; }
p { color: rgb(254,192,21); }
H1.HeaderClassName
{
color: #FEC015;
}
.AnyTagClassName
{
color: #FEC015;
}
</style>
background-color css
<style>
a { background-color: #FEC015; }
a { background-color: rgb(254,192,21); }
div.DivClassName
{
background-color: #FEC015;
}
.BgClassName
{
background-color: #FEC015;
}
</style>
border-color css
<style>
span { border-color: #FEC015; }
span { border-color: rgb(254,192,21); }
td.TdClassName
{
border-color: #FEC015;
}
.TagClassName
{
border-color: #FEC015;
}
</style>