Shades of Moon Yellow #FEC516
Tints of Moon Yellow #FEC516
RGB
CMYK
RGB Variations
Color information
#FEC516 (or 0xFEC516) is known color: Moon Yellow. HEX triplet: FE, C5 and 16. RGB value is (254,197,22). Sum of RGB (Red+Green+Blue) = 254+197+22=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC516 is #013AE9. Grayscale: #C2C2C2. Windows color (decimal): -80618 or 1492478. OLE color: 1492478.
HSL color Cylindrical-coordinate representation of color #FEC516: hue angle of 45.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC516 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.00 |
| HSL | 45.26º | 0.99% | 0.54% | - |
| HSV(B) | 45.26º | 0.91% | 1% | - |
| XYZ | 60.98 | 61.06 | 9.33 | - |
| YUV | 194.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 22 | 0 | 0.22 | 0.91 | 0.00 | 45.26 | 0.99 | 0.54 |
| Hex | FE | C5 | 16 | 0 | 16 | 5B | 0 | 2D | 63 | 36 |
| Octal | 376 | 305 | 26 | 0 | 26 | 133 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000101 | 10110 | 0 | 10110 | 1011011 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC516
Complementary color
Monochromatic Colors of #FEC516
Black with #FEC516
Text Example
Text Example
White with #FEC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC516; }
p { color: rgb(254,197,22); }
H1.HeaderClassName
{
color: #FEC516;
}
.AnyTagClassName
{
color: #FEC516;
}
</style>
background-color css
<style>
a { background-color: #FEC516; }
a { background-color: rgb(254,197,22); }
div.DivClassName
{
background-color: #FEC516;
}
.BgClassName
{
background-color: #FEC516;
}
</style>
border-color css
<style>
span { border-color: #FEC516; }
span { border-color: rgb(254,197,22); }
td.TdClassName
{
border-color: #FEC516;
}
.TagClassName
{
border-color: #FEC516;
}
</style>