Shades of Lemon #FFE212
Tints of Lemon #FFE212
RGB
CMYK
RGB Variations
Color information
#FFE212 (or 0xFFE212) is known color: Lemon. HEX triplet: FF, E2 and 12. RGB value is (255,226,18). Sum of RGB (Red+Green+Blue) = 255+226+18=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE212 is #001DED. Grayscale: #D3D3D3. Windows color (decimal): -7662 or 1237759. OLE color: 1237759.
HSL color Cylindrical-coordinate representation of color #FFE212: hue angle of 52.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE212 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 18 | - |
| CMYK | 0 | 0.11 | 0.93 | 0 |
| HSL | 52.66º | 1% | 0.54% | - |
| HSV(B) | 52.66º | 0.93% | 1% | - |
| XYZ | 68.55 | 75.7 | 11.57 | - |
| YUV | 210.96 | 19.11 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 18 | 0 | 0.11 | 0.93 | 0 | 52.66 | 1 | 0.54 |
| Hex | FF | E2 | 12 | 0 | B | 5D | 0 | 35 | 64 | 36 |
| Octal | 377 | 342 | 22 | 0 | 13 | 135 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100010 | 10010 | 0 | 1011 | 1011101 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE212
Complementary color
Monochromatic Colors of #FFE212
Black with #FFE212
Text Example
Text Example
White with #FFE212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE212; }
p { color: rgb(255,226,18); }
H1.HeaderClassName
{
color: #FFE212;
}
.AnyTagClassName
{
color: #FFE212;
}
</style>
background-color css
<style>
a { background-color: #FFE212; }
a { background-color: rgb(255,226,18); }
div.DivClassName
{
background-color: #FFE212;
}
.BgClassName
{
background-color: #FFE212;
}
</style>
border-color css
<style>
span { border-color: #FFE212; }
span { border-color: rgb(255,226,18); }
td.TdClassName
{
border-color: #FFE212;
}
.TagClassName
{
border-color: #FFE212;
}
</style>