Shades of Lemon #FEED24
Tints of Lemon #FEED24
RGB
CMYK
RGB Variations
Color information
#FEED24 (or 0xFEED24) is known color: Lemon. HEX triplet: FE, ED and 24. RGB value is (254,237,36). Sum of RGB (Red+Green+Blue) = 254+237+36=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED24 is #0112DB. Grayscale: #DBDBDB. Windows color (decimal): -70364 or 2420222. OLE color: 2420222.
HSL color Cylindrical-coordinate representation of color #FEED24: hue angle of 55.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEED24 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 36 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.00 |
| HSL | 55.32º | 0.99% | 0.57% | - |
| HSV(B) | 55.32º | 0.86% | 1% | - |
| XYZ | 71.48 | 81.77 | 13.68 | - |
| YUV | 219.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 36 | 0 | 0.07 | 0.86 | 0.00 | 55.32 | 0.99 | 0.57 |
| Hex | FE | ED | 24 | 0 | 7 | 56 | 0 | 37 | 63 | 39 |
| Octal | 376 | 355 | 44 | 0 | 7 | 126 | 0 | 67 | 143 | 71 |
| Binary | 11111110 | 11101101 | 100100 | 0 | 111 | 1010110 | 0 | 110111 | 1100011 | 111001 |
Color Harmonies of #FEED24
Complementary color
Monochromatic Colors of #FEED24
Black with #FEED24
Text Example
Text Example
White with #FEED24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED24; }
p { color: rgb(254,237,36); }
H1.HeaderClassName
{
color: #FEED24;
}
.AnyTagClassName
{
color: #FEED24;
}
</style>
background-color css
<style>
a { background-color: #FEED24; }
a { background-color: rgb(254,237,36); }
div.DivClassName
{
background-color: #FEED24;
}
.BgClassName
{
background-color: #FEED24;
}
</style>
border-color css
<style>
span { border-color: #FEED24; }
span { border-color: rgb(254,237,36); }
td.TdClassName
{
border-color: #FEED24;
}
.TagClassName
{
border-color: #FEED24;
}
</style>