Shades of Lemon #FEDD18
Tints of Lemon #FEDD18
RGB
CMYK
RGB Variations
Color information
#FEDD18 (or 0xFEDD18) is known color: Lemon. HEX triplet: FE, DD and 18. RGB value is (254,221,24). Sum of RGB (Red+Green+Blue) = 254+221+24=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD18 is #0122E7. Grayscale: #D1D1D1. Windows color (decimal): -74472 or 1629694. OLE color: 1629694.
HSL color Cylindrical-coordinate representation of color #FEDD18: hue angle of 51.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEDD18 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 24 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.00 |
| HSL | 51.39º | 0.99% | 0.55% | - |
| HSV(B) | 51.39º | 0.91% | 1% | - |
| XYZ | 66.89 | 72.85 | 11.4 | - |
| YUV | 208.41 | 23.93 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 24 | 0 | 0.13 | 0.91 | 0.00 | 51.39 | 0.99 | 0.55 |
| Hex | FE | DD | 18 | 0 | D | 5B | 0 | 33 | 63 | 37 |
| Octal | 376 | 335 | 30 | 0 | 15 | 133 | 0 | 63 | 143 | 67 |
| Binary | 11111110 | 11011101 | 11000 | 0 | 1101 | 1011011 | 0 | 110011 | 1100011 | 110111 |
Color Harmonies of #FEDD18
Complementary color
Monochromatic Colors of #FEDD18
Black with #FEDD18
Text Example
Text Example
White with #FEDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD18; }
p { color: rgb(254,221,24); }
H1.HeaderClassName
{
color: #FEDD18;
}
.AnyTagClassName
{
color: #FEDD18;
}
</style>
background-color css
<style>
a { background-color: #FEDD18; }
a { background-color: rgb(254,221,24); }
div.DivClassName
{
background-color: #FEDD18;
}
.BgClassName
{
background-color: #FEDD18;
}
</style>
border-color css
<style>
span { border-color: #FEDD18; }
span { border-color: rgb(254,221,24); }
td.TdClassName
{
border-color: #FEDD18;
}
.TagClassName
{
border-color: #FEDD18;
}
</style>