Shades of Lemon #F5E31E
Tints of Lemon #F5E31E
RGB
CMYK
RGB Variations
Color information
#F5E31E (or 0xF5E31E) is known color: Lemon. HEX triplet: F5, E3 and 1E. RGB value is (245,227,30). Sum of RGB (Red+Green+Blue) = 245+227+30=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E31E is #0A1CE1. Grayscale: #D2D2D2. Windows color (decimal): -662754 or 2024437. OLE color: 2024437.
HSL color Cylindrical-coordinate representation of color #F5E31E: hue angle of 54.98º 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 #F5E31E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 30 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.04 |
| HSL | 54.98º | 0.91% | 0.54% | - |
| HSV(B) | 54.98º | 0.88% | 0.96% | - |
| XYZ | 65.36 | 74.44 | 12.15 | - |
| YUV | 209.92 | 26.46 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 30 | 0 | 0.07 | 0.88 | 0.04 | 54.98 | 0.91 | 0.54 |
| Hex | F5 | E3 | 1E | 0 | 7 | 58 | 4 | 37 | 5B | 36 |
| Octal | 365 | 343 | 36 | 0 | 7 | 130 | 4 | 67 | 133 | 66 |
| Binary | 11110101 | 11100011 | 11110 | 0 | 111 | 1011000 | 100 | 110111 | 1011011 | 110110 |
Color Harmonies of #F5E31E
Complementary color
Monochromatic Colors of #F5E31E
Black with #F5E31E
Text Example
Text Example
White with #F5E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E31E; }
p { color: rgb(245,227,30); }
H1.HeaderClassName
{
color: #F5E31E;
}
.AnyTagClassName
{
color: #F5E31E;
}
</style>
background-color css
<style>
a { background-color: #F5E31E; }
a { background-color: rgb(245,227,30); }
div.DivClassName
{
background-color: #F5E31E;
}
.BgClassName
{
background-color: #F5E31E;
}
</style>
border-color css
<style>
span { border-color: #F5E31E; }
span { border-color: rgb(245,227,30); }
td.TdClassName
{
border-color: #F5E31E;
}
.TagClassName
{
border-color: #F5E31E;
}
</style>