Shades of Lemon #FED815
Tints of Lemon #FED815
RGB
CMYK
RGB Variations
Color information
#FED815 (or 0xFED815) is known color: Lemon. HEX triplet: FE, D8 and 15. RGB value is (254,216,21). Sum of RGB (Red+Green+Blue) = 254+216+21=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED815 is #0127EA. Grayscale: #CDCDCD. Windows color (decimal): -75755 or 1431806. OLE color: 1431806.
HSL color Cylindrical-coordinate representation of color #FED815: hue angle of 50.21º 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 #FED815 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 21 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.00 |
| HSL | 50.21º | 0.99% | 0.54% | - |
| HSV(B) | 50.21º | 0.92% | 1% | - |
| XYZ | 65.56 | 70.24 | 10.81 | - |
| YUV | 205.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 21 | 0 | 0.15 | 0.92 | 0.00 | 50.21 | 0.99 | 0.54 |
| Hex | FE | D8 | 15 | 0 | F | 5C | 0 | 32 | 63 | 36 |
| Octal | 376 | 330 | 25 | 0 | 17 | 134 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11011000 | 10101 | 0 | 1111 | 1011100 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED815
Complementary color
Monochromatic Colors of #FED815
Black with #FED815
Text Example
Text Example
White with #FED815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED815; }
p { color: rgb(254,216,21); }
H1.HeaderClassName
{
color: #FED815;
}
.AnyTagClassName
{
color: #FED815;
}
</style>
background-color css
<style>
a { background-color: #FED815; }
a { background-color: rgb(254,216,21); }
div.DivClassName
{
background-color: #FED815;
}
.BgClassName
{
background-color: #FED815;
}
</style>
border-color css
<style>
span { border-color: #FED815; }
span { border-color: rgb(254,216,21); }
td.TdClassName
{
border-color: #FED815;
}
.TagClassName
{
border-color: #FED815;
}
</style>