Shades of Lemon #FEED18
Tints of Lemon #FEED18
RGB
CMYK
RGB Variations
Color information
#FEED18 (or 0xFEED18) is known color: Lemon. HEX triplet: FE, ED and 18. RGB value is (254,237,24). Sum of RGB (Red+Green+Blue) = 254+237+24=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 24 (9.77% from 255 or 4.66% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED18 is #0112E7. Grayscale: #DADADA. Windows color (decimal): -70376 or 1633790. OLE color: 1633790.
HSL color Cylindrical-coordinate representation of color #FEED18: hue angle of 55.57º 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 #FEED18 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 24 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.00 |
| HSL | 55.57º | 0.99% | 0.55% | - |
| HSV(B) | 55.57º | 0.91% | 1% | - |
| XYZ | 71.32 | 81.71 | 12.88 | - |
| YUV | 217.8 | 18.63 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 24 | 0 | 0.07 | 0.91 | 0.00 | 55.57 | 0.99 | 0.55 |
| Hex | FE | ED | 18 | 0 | 7 | 5B | 0 | 38 | 63 | 37 |
| Octal | 376 | 355 | 30 | 0 | 7 | 133 | 0 | 70 | 143 | 67 |
| Binary | 11111110 | 11101101 | 11000 | 0 | 111 | 1011011 | 0 | 111000 | 1100011 | 110111 |
Color Harmonies of #FEED18
Complementary color
Monochromatic Colors of #FEED18
Black with #FEED18
Text Example
Text Example
White with #FEED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED18; }
p { color: rgb(254,237,24); }
H1.HeaderClassName
{
color: #FEED18;
}
.AnyTagClassName
{
color: #FEED18;
}
</style>
background-color css
<style>
a { background-color: #FEED18; }
a { background-color: rgb(254,237,24); }
div.DivClassName
{
background-color: #FEED18;
}
.BgClassName
{
background-color: #FEED18;
}
</style>
border-color css
<style>
span { border-color: #FEED18; }
span { border-color: rgb(254,237,24); }
td.TdClassName
{
border-color: #FEED18;
}
.TagClassName
{
border-color: #FEED18;
}
</style>