Shades of Lemon #FFE622
Tints of Lemon #FFE622
RGB
CMYK
RGB Variations
Color information
#FFE622 (or 0xFFE622) is known color: Lemon. HEX triplet: FF, E6 and 22. RGB value is (255,230,34). Sum of RGB (Red+Green+Blue) = 255+230+34=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 34 (13.67% from 255 or 6.55% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE622 is #0019DD. Grayscale: #D7D7D7. Windows color (decimal): -6622 or 2287359. OLE color: 2287359.
HSL color Cylindrical-coordinate representation of color #FFE622: hue angle of 53.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE622 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 34 | - |
| CMYK | 0 | 0.10 | 0.87 | 0 |
| HSL | 53.21º | 1% | 0.57% | - |
| HSV(B) | 53.21º | 0.87% | 1% | - |
| XYZ | 69.83 | 77.97 | 12.88 | - |
| YUV | 215.13 | 25.78 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 34 | 0 | 0.10 | 0.87 | 0 | 53.21 | 1 | 0.57 |
| Hex | FF | E6 | 22 | 0 | A | 57 | 0 | 35 | 64 | 39 |
| Octal | 377 | 346 | 42 | 0 | 12 | 127 | 0 | 65 | 144 | 71 |
| Binary | 11111111 | 11100110 | 100010 | 0 | 1010 | 1010111 | 0 | 110101 | 1100100 | 111001 |
Color Harmonies of #FFE622
Complementary color
Monochromatic Colors of #FFE622
Black with #FFE622
Text Example
Text Example
White with #FFE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE622; }
p { color: rgb(255,230,34); }
H1.HeaderClassName
{
color: #FFE622;
}
.AnyTagClassName
{
color: #FFE622;
}
</style>
background-color css
<style>
a { background-color: #FFE622; }
a { background-color: rgb(255,230,34); }
div.DivClassName
{
background-color: #FFE622;
}
.BgClassName
{
background-color: #FFE622;
}
</style>
border-color css
<style>
span { border-color: #FFE622; }
span { border-color: rgb(255,230,34); }
td.TdClassName
{
border-color: #FFE622;
}
.TagClassName
{
border-color: #FFE622;
}
</style>