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