Shades of Lemon #FEF024
Tints of Lemon #FEF024
RGB
CMYK
RGB Variations
Color information
#FEF024 (or 0xFEF024) is known color: Lemon. HEX triplet: FE, F0 and 24. RGB value is (254,240,36). Sum of RGB (Red+Green+Blue) = 254+240+36=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 36 (14.45% from 255 or 6.79% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF024 is #010FDB. Grayscale: #DDDDDD. Windows color (decimal): -69596 or 2420990. OLE color: 2420990.
HSL color Cylindrical-coordinate representation of color #FEF024: hue angle of 56.15º 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 #FEF024 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 36 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.00 |
| HSL | 56.15º | 0.99% | 0.57% | - |
| HSV(B) | 56.15º | 0.86% | 1% | - |
| XYZ | 72.35 | 83.52 | 13.98 | - |
| YUV | 220.93 | 23.64 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 36 | 0 | 0.06 | 0.86 | 0.00 | 56.15 | 0.99 | 0.57 |
| Hex | FE | F0 | 24 | 0 | 6 | 56 | 0 | 38 | 63 | 39 |
| Octal | 376 | 360 | 44 | 0 | 6 | 126 | 0 | 70 | 143 | 71 |
| Binary | 11111110 | 11110000 | 100100 | 0 | 110 | 1010110 | 0 | 111000 | 1100011 | 111001 |
Color Harmonies of #FEF024
Complementary color
Monochromatic Colors of #FEF024
Black with #FEF024
Text Example
Text Example
White with #FEF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF024; }
p { color: rgb(254,240,36); }
H1.HeaderClassName
{
color: #FEF024;
}
.AnyTagClassName
{
color: #FEF024;
}
</style>
background-color css
<style>
a { background-color: #FEF024; }
a { background-color: rgb(254,240,36); }
div.DivClassName
{
background-color: #FEF024;
}
.BgClassName
{
background-color: #FEF024;
}
</style>
border-color css
<style>
span { border-color: #FEF024; }
span { border-color: rgb(254,240,36); }
td.TdClassName
{
border-color: #FEF024;
}
.TagClassName
{
border-color: #FEF024;
}
</style>