Shades of Lemon #FFE121
Tints of Lemon #FFE121
RGB
CMYK
RGB Variations
Color information
#FFE121 (or 0xFFE121) is known color: Lemon. HEX triplet: FF, E1 and 21. RGB value is (255,225,33). Sum of RGB (Red+Green+Blue) = 255+225+33=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE121 is #001EDE. Grayscale: #D4D4D4. Windows color (decimal): -7903 or 2220543. OLE color: 2220543.
HSL color Cylindrical-coordinate representation of color #FFE121: hue angle of 51.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE121 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 33 | - |
| CMYK | 0 | 0.12 | 0.87 | 0 |
| HSL | 51.89º | 1% | 0.56% | - |
| HSV(B) | 51.89º | 0.87% | 1% | - |
| XYZ | 68.44 | 75.22 | 12.35 | - |
| YUV | 212.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 33 | 0 | 0.12 | 0.87 | 0 | 51.89 | 1 | 0.56 |
| Hex | FF | E1 | 21 | 0 | C | 57 | 0 | 34 | 64 | 38 |
| Octal | 377 | 341 | 41 | 0 | 14 | 127 | 0 | 64 | 144 | 70 |
| Binary | 11111111 | 11100001 | 100001 | 0 | 1100 | 1010111 | 0 | 110100 | 1100100 | 111000 |
Color Harmonies of #FFE121
Complementary color
Monochromatic Colors of #FFE121
Black with #FFE121
Text Example
Text Example
White with #FFE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE121; }
p { color: rgb(255,225,33); }
H1.HeaderClassName
{
color: #FFE121;
}
.AnyTagClassName
{
color: #FFE121;
}
</style>
background-color css
<style>
a { background-color: #FFE121; }
a { background-color: rgb(255,225,33); }
div.DivClassName
{
background-color: #FFE121;
}
.BgClassName
{
background-color: #FFE121;
}
</style>
border-color css
<style>
span { border-color: #FFE121; }
span { border-color: rgb(255,225,33); }
td.TdClassName
{
border-color: #FFE121;
}
.TagClassName
{
border-color: #FFE121;
}
</style>