Shades of Lemon #FEDC14
Tints of Lemon #FEDC14
RGB
CMYK
RGB Variations
Color information
#FEDC14 (or 0xFEDC14) is known color: Lemon. HEX triplet: FE, DC and 14. RGB value is (254,220,20). Sum of RGB (Red+Green+Blue) = 254+220+20=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC14 is #0123EB. Grayscale: #D0D0D0. Windows color (decimal): -74732 or 1367294. OLE color: 1367294.
HSL color Cylindrical-coordinate representation of color #FEDC14: hue angle of 51.28º 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 #FEDC14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.00 |
| HSL | 51.28º | 0.99% | 0.54% | - |
| HSV(B) | 51.28º | 0.92% | 1% | - |
| XYZ | 66.59 | 72.31 | 11.11 | - |
| YUV | 207.37 | 22.26 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 20 | 0 | 0.13 | 0.92 | 0.00 | 51.28 | 0.99 | 0.54 |
| Hex | FE | DC | 14 | 0 | D | 5C | 0 | 33 | 63 | 36 |
| Octal | 376 | 334 | 24 | 0 | 15 | 134 | 0 | 63 | 143 | 66 |
| Binary | 11111110 | 11011100 | 10100 | 0 | 1101 | 1011100 | 0 | 110011 | 1100011 | 110110 |
Color Harmonies of #FEDC14
Complementary color
Monochromatic Colors of #FEDC14
Black with #FEDC14
Text Example
Text Example
White with #FEDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC14; }
p { color: rgb(254,220,20); }
H1.HeaderClassName
{
color: #FEDC14;
}
.AnyTagClassName
{
color: #FEDC14;
}
</style>
background-color css
<style>
a { background-color: #FEDC14; }
a { background-color: rgb(254,220,20); }
div.DivClassName
{
background-color: #FEDC14;
}
.BgClassName
{
background-color: #FEDC14;
}
</style>
border-color css
<style>
span { border-color: #FEDC14; }
span { border-color: rgb(254,220,20); }
td.TdClassName
{
border-color: #FEDC14;
}
.TagClassName
{
border-color: #FEDC14;
}
</style>