Shades of Moon Yellow #FEC518
Tints of Moon Yellow #FEC518
RGB
CMYK
RGB Variations
Color information
#FEC518 (or 0xFEC518) is known color: Moon Yellow. HEX triplet: FE, C5 and 18. RGB value is (254,197,24). Sum of RGB (Red+Green+Blue) = 254+197+24=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC518 is #013AE7. Grayscale: #C3C3C3. Windows color (decimal): -80616 or 1623550. OLE color: 1623550.
HSL color Cylindrical-coordinate representation of color #FEC518: hue angle of 45.13º 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 #FEC518 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 24 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.00 |
| HSL | 45.13º | 0.99% | 0.55% | - |
| HSV(B) | 45.13º | 0.91% | 1% | - |
| XYZ | 61 | 61.07 | 9.44 | - |
| YUV | 194.32 | 31.88 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 24 | 0 | 0.22 | 0.91 | 0.00 | 45.13 | 0.99 | 0.55 |
| Hex | FE | C5 | 18 | 0 | 16 | 5B | 0 | 2D | 63 | 37 |
| Octal | 376 | 305 | 30 | 0 | 26 | 133 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000101 | 11000 | 0 | 10110 | 1011011 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC518
Complementary color
Monochromatic Colors of #FEC518
Black with #FEC518
Text Example
Text Example
White with #FEC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC518; }
p { color: rgb(254,197,24); }
H1.HeaderClassName
{
color: #FEC518;
}
.AnyTagClassName
{
color: #FEC518;
}
</style>
background-color css
<style>
a { background-color: #FEC518; }
a { background-color: rgb(254,197,24); }
div.DivClassName
{
background-color: #FEC518;
}
.BgClassName
{
background-color: #FEC518;
}
</style>
border-color css
<style>
span { border-color: #FEC518; }
span { border-color: rgb(254,197,24); }
td.TdClassName
{
border-color: #FEC518;
}
.TagClassName
{
border-color: #FEC518;
}
</style>