Shades of Lemon #F5EE1E
Tints of Lemon #F5EE1E
RGB
CMYK
RGB Variations
Color information
#F5EE1E (or 0xF5EE1E) is known color: Lemon. HEX triplet: F5, EE and 1E. RGB value is (245,238,30). Sum of RGB (Red+Green+Blue) = 245+238+30=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 30 (12.11% from 255 or 5.85% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EE1E is #0A11E1. Grayscale: #D9D9D9. Windows color (decimal): -659938 or 2027253. OLE color: 2027253.
HSL color Cylindrical-coordinate representation of color #F5EE1E: hue angle of 58.05º 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 #F5EE1E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.04 |
| HSL | 58.05º | 0.91% | 0.54% | - |
| HSV(B) | 58.05º | 0.88% | 0.96% | - |
| XYZ | 68.47 | 80.66 | 13.19 | - |
| YUV | 216.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 30 | 0 | 0.03 | 0.88 | 0.04 | 58.05 | 0.91 | 0.54 |
| Hex | F5 | EE | 1E | 0 | 3 | 58 | 4 | 3A | 5B | 36 |
| Octal | 365 | 356 | 36 | 0 | 3 | 130 | 4 | 72 | 133 | 66 |
| Binary | 11110101 | 11101110 | 11110 | 0 | 11 | 1011000 | 100 | 111010 | 1011011 | 110110 |
Color Harmonies of #F5EE1E
Complementary color
Monochromatic Colors of #F5EE1E
Black with #F5EE1E
Text Example
Text Example
White with #F5EE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE1E; }
p { color: rgb(245,238,30); }
H1.HeaderClassName
{
color: #F5EE1E;
}
.AnyTagClassName
{
color: #F5EE1E;
}
</style>
background-color css
<style>
a { background-color: #F5EE1E; }
a { background-color: rgb(245,238,30); }
div.DivClassName
{
background-color: #F5EE1E;
}
.BgClassName
{
background-color: #F5EE1E;
}
</style>
border-color css
<style>
span { border-color: #F5EE1E; }
span { border-color: rgb(245,238,30); }
td.TdClassName
{
border-color: #F5EE1E;
}
.TagClassName
{
border-color: #F5EE1E;
}
</style>