Shades of Lemon #FEF018
Tints of Lemon #FEF018
RGB
CMYK
RGB Variations
Color information
#FEF018 (or 0xFEF018) is known color: Lemon. HEX triplet: FE, F0 and 18. RGB value is (254,240,24). Sum of RGB (Red+Green+Blue) = 254+240+24=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 24 (9.77% from 255 or 4.63% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF018 is #010FE7. Grayscale: #DCDCDC. Windows color (decimal): -69608 or 1634558. OLE color: 1634558.
HSL color Cylindrical-coordinate representation of color #FEF018: hue angle of 56.35º 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 #FEF018 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 24 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.00 |
| HSL | 56.35º | 0.99% | 0.55% | - |
| HSV(B) | 56.35º | 0.91% | 1% | - |
| XYZ | 72.2 | 83.46 | 13.17 | - |
| YUV | 219.56 | 17.64 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 24 | 0 | 0.06 | 0.91 | 0.00 | 56.35 | 0.99 | 0.55 |
| Hex | FE | F0 | 18 | 0 | 6 | 5B | 0 | 38 | 63 | 37 |
| Octal | 376 | 360 | 30 | 0 | 6 | 133 | 0 | 70 | 143 | 67 |
| Binary | 11111110 | 11110000 | 11000 | 0 | 110 | 1011011 | 0 | 111000 | 1100011 | 110111 |
Color Harmonies of #FEF018
Complementary color
Monochromatic Colors of #FEF018
Black with #FEF018
Text Example
Text Example
White with #FEF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF018; }
p { color: rgb(254,240,24); }
H1.HeaderClassName
{
color: #FEF018;
}
.AnyTagClassName
{
color: #FEF018;
}
</style>
background-color css
<style>
a { background-color: #FEF018; }
a { background-color: rgb(254,240,24); }
div.DivClassName
{
background-color: #FEF018;
}
.BgClassName
{
background-color: #FEF018;
}
</style>
border-color css
<style>
span { border-color: #FEF018; }
span { border-color: rgb(254,240,24); }
td.TdClassName
{
border-color: #FEF018;
}
.TagClassName
{
border-color: #FEF018;
}
</style>