Shades of Lemon #FEE218
Tints of Lemon #FEE218
RGB
CMYK
RGB Variations
Color information
#FEE218 (or 0xFEE218) is known color: Lemon. HEX triplet: FE, E2 and 18. RGB value is (254,226,24). Sum of RGB (Red+Green+Blue) = 254+226+24=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 24 (9.77% from 255 or 4.76% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE218 is #011DE7. Grayscale: #D4D4D4. Windows color (decimal): -73192 or 1630974. OLE color: 1630974.
HSL color Cylindrical-coordinate representation of color #FEE218: hue angle of 52.7º 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 #FEE218 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 24 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.00 |
| HSL | 52.7º | 0.99% | 0.55% | - |
| HSV(B) | 52.7º | 0.91% | 1% | - |
| XYZ | 68.23 | 75.53 | 11.85 | - |
| YUV | 211.34 | 22.28 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 24 | 0 | 0.11 | 0.91 | 0.00 | 52.7 | 0.99 | 0.55 |
| Hex | FE | E2 | 18 | 0 | B | 5B | 0 | 35 | 63 | 37 |
| Octal | 376 | 342 | 30 | 0 | 13 | 133 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100010 | 11000 | 0 | 1011 | 1011011 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE218
Complementary color
Monochromatic Colors of #FEE218
Black with #FEE218
Text Example
Text Example
White with #FEE218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE218; }
p { color: rgb(254,226,24); }
H1.HeaderClassName
{
color: #FEE218;
}
.AnyTagClassName
{
color: #FEE218;
}
</style>
background-color css
<style>
a { background-color: #FEE218; }
a { background-color: rgb(254,226,24); }
div.DivClassName
{
background-color: #FEE218;
}
.BgClassName
{
background-color: #FEE218;
}
</style>
border-color css
<style>
span { border-color: #FEE218; }
span { border-color: rgb(254,226,24); }
td.TdClassName
{
border-color: #FEE218;
}
.TagClassName
{
border-color: #FEE218;
}
</style>