Shades of Moon Yellow #FEC513
Tints of Moon Yellow #FEC513
RGB
CMYK
RGB Variations
Color information
#FEC513 (or 0xFEC513) is known color: Moon Yellow. HEX triplet: FE, C5 and 13. RGB value is (254,197,19). Sum of RGB (Red+Green+Blue) = 254+197+19=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC513 is #013AEC. Grayscale: #C2C2C2. Windows color (decimal): -80621 or 1295870. OLE color: 1295870.
HSL color Cylindrical-coordinate representation of color #FEC513: hue angle of 45.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC513 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 19 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.00 |
| HSL | 45.45º | 0.99% | 0.54% | - |
| HSV(B) | 45.45º | 0.93% | 1% | - |
| XYZ | 60.96 | 61.05 | 9.19 | - |
| YUV | 193.75 | 29.38 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 19 | 0 | 0.22 | 0.93 | 0.00 | 45.45 | 0.99 | 0.54 |
| Hex | FE | C5 | 13 | 0 | 16 | 5D | 0 | 2D | 63 | 36 |
| Octal | 376 | 305 | 23 | 0 | 26 | 135 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000101 | 10011 | 0 | 10110 | 1011101 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC513
Complementary color
Monochromatic Colors of #FEC513
Black with #FEC513
Text Example
Text Example
White with #FEC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC513; }
p { color: rgb(254,197,19); }
H1.HeaderClassName
{
color: #FEC513;
}
.AnyTagClassName
{
color: #FEC513;
}
</style>
background-color css
<style>
a { background-color: #FEC513; }
a { background-color: rgb(254,197,19); }
div.DivClassName
{
background-color: #FEC513;
}
.BgClassName
{
background-color: #FEC513;
}
</style>
border-color css
<style>
span { border-color: #FEC513; }
span { border-color: rgb(254,197,19); }
td.TdClassName
{
border-color: #FEC513;
}
.TagClassName
{
border-color: #FEC513;
}
</style>