Shades of Lemon #F5E21E
Tints of Lemon #F5E21E
RGB
CMYK
RGB Variations
Color information
#F5E21E (or 0xF5E21E) is known color: Lemon. HEX triplet: F5, E2 and 1E. RGB value is (245,226,30). Sum of RGB (Red+Green+Blue) = 245+226+30=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E21E is #0A1DE1. Grayscale: #D2D2D2. Windows color (decimal): -663010 or 2024181. OLE color: 2024181.
HSL color Cylindrical-coordinate representation of color #F5E21E: hue angle of 54.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5E21E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 30 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.04 |
| HSL | 54.7º | 0.91% | 0.54% | - |
| HSV(B) | 54.7º | 0.88% | 0.96% | - |
| XYZ | 65.09 | 73.9 | 12.06 | - |
| YUV | 209.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 30 | 0 | 0.08 | 0.88 | 0.04 | 54.7 | 0.91 | 0.54 |
| Hex | F5 | E2 | 1E | 0 | 8 | 58 | 4 | 37 | 5B | 36 |
| Octal | 365 | 342 | 36 | 0 | 10 | 130 | 4 | 67 | 133 | 66 |
| Binary | 11110101 | 11100010 | 11110 | 0 | 1000 | 1011000 | 100 | 110111 | 1011011 | 110110 |
Color Harmonies of #F5E21E
Complementary color
Monochromatic Colors of #F5E21E
Black with #F5E21E
Text Example
Text Example
White with #F5E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E21E; }
p { color: rgb(245,226,30); }
H1.HeaderClassName
{
color: #F5E21E;
}
.AnyTagClassName
{
color: #F5E21E;
}
</style>
background-color css
<style>
a { background-color: #F5E21E; }
a { background-color: rgb(245,226,30); }
div.DivClassName
{
background-color: #F5E21E;
}
.BgClassName
{
background-color: #F5E21E;
}
</style>
border-color css
<style>
span { border-color: #F5E21E; }
span { border-color: rgb(245,226,30); }
td.TdClassName
{
border-color: #F5E21E;
}
.TagClassName
{
border-color: #F5E21E;
}
</style>