Shades of Lemon #FEE118
Tints of Lemon #FEE118
RGB
CMYK
RGB Variations
Color information
#FEE118 (or 0xFEE118) is known color: Lemon. HEX triplet: FE, E1 and 18. RGB value is (254,225,24). Sum of RGB (Red+Green+Blue) = 254+225+24=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE118 is #011EE7. Grayscale: #D3D3D3. Windows color (decimal): -73448 or 1630718. OLE color: 1630718.
HSL color Cylindrical-coordinate representation of color #FEE118: hue angle of 52.43º 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 #FEE118 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 24 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.00 |
| HSL | 52.43º | 0.99% | 0.55% | - |
| HSV(B) | 52.43º | 0.91% | 1% | - |
| XYZ | 67.96 | 74.99 | 11.76 | - |
| YUV | 210.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 24 | 0 | 0.11 | 0.91 | 0.00 | 52.43 | 0.99 | 0.55 |
| Hex | FE | E1 | 18 | 0 | B | 5B | 0 | 34 | 63 | 37 |
| Octal | 376 | 341 | 30 | 0 | 13 | 133 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11100001 | 11000 | 0 | 1011 | 1011011 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEE118
Complementary color
Monochromatic Colors of #FEE118
Black with #FEE118
Text Example
Text Example
White with #FEE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE118; }
p { color: rgb(254,225,24); }
H1.HeaderClassName
{
color: #FEE118;
}
.AnyTagClassName
{
color: #FEE118;
}
</style>
background-color css
<style>
a { background-color: #FEE118; }
a { background-color: rgb(254,225,24); }
div.DivClassName
{
background-color: #FEE118;
}
.BgClassName
{
background-color: #FEE118;
}
</style>
border-color css
<style>
span { border-color: #FEE118; }
span { border-color: rgb(254,225,24); }
td.TdClassName
{
border-color: #FEE118;
}
.TagClassName
{
border-color: #FEE118;
}
</style>