Shades of Moon Yellow #FEC514
Tints of Moon Yellow #FEC514
RGB
CMYK
RGB Variations
Color information
#FEC514 (or 0xFEC514) is known color: Moon Yellow. HEX triplet: FE, C5 and 14. RGB value is (254,197,20). Sum of RGB (Red+Green+Blue) = 254+197+20=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC514 is #013AEB. Grayscale: #C2C2C2. Windows color (decimal): -80620 or 1361406. OLE color: 1361406.
HSL color Cylindrical-coordinate representation of color #FEC514: hue angle of 45.38º 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 #FEC514 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.00 |
| HSL | 45.38º | 0.99% | 0.54% | - |
| HSV(B) | 45.38º | 0.92% | 1% | - |
| XYZ | 60.97 | 61.05 | 9.23 | - |
| YUV | 193.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 20 | 0 | 0.22 | 0.92 | 0.00 | 45.38 | 0.99 | 0.54 |
| Hex | FE | C5 | 14 | 0 | 16 | 5C | 0 | 2D | 63 | 36 |
| Octal | 376 | 305 | 24 | 0 | 26 | 134 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000101 | 10100 | 0 | 10110 | 1011100 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC514
Complementary color
Monochromatic Colors of #FEC514
Black with #FEC514
Text Example
Text Example
White with #FEC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC514; }
p { color: rgb(254,197,20); }
H1.HeaderClassName
{
color: #FEC514;
}
.AnyTagClassName
{
color: #FEC514;
}
</style>
background-color css
<style>
a { background-color: #FEC514; }
a { background-color: rgb(254,197,20); }
div.DivClassName
{
background-color: #FEC514;
}
.BgClassName
{
background-color: #FEC514;
}
</style>
border-color css
<style>
span { border-color: #FEC514; }
span { border-color: rgb(254,197,20); }
td.TdClassName
{
border-color: #FEC514;
}
.TagClassName
{
border-color: #FEC514;
}
</style>