Shades of Lemon #F5EE1D
Tints of Lemon #F5EE1D
RGB
CMYK
RGB Variations
Color information
#F5EE1D (or 0xF5EE1D) is known color: Lemon. HEX triplet: F5, EE and 1D. RGB value is (245,238,29). Sum of RGB (Red+Green+Blue) = 245+238+29=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EE1D is #0A11E2. Grayscale: #D9D9D9. Windows color (decimal): -659939 or 1961717. OLE color: 1961717.
HSL color Cylindrical-coordinate representation of color #F5EE1D: hue angle of 58.06º degrees, saturation: 0.92, 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 #F5EE1D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.04 |
| HSL | 58.06º | 0.92% | 0.54% | - |
| HSV(B) | 58.06º | 0.88% | 0.96% | - |
| XYZ | 68.45 | 80.65 | 13.12 | - |
| YUV | 216.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 29 | 0 | 0.03 | 0.88 | 0.04 | 58.06 | 0.92 | 0.54 |
| Hex | F5 | EE | 1D | 0 | 3 | 58 | 4 | 3A | 5C | 36 |
| Octal | 365 | 356 | 35 | 0 | 3 | 130 | 4 | 72 | 134 | 66 |
| Binary | 11110101 | 11101110 | 11101 | 0 | 11 | 1011000 | 100 | 111010 | 1011100 | 110110 |
Color Harmonies of #F5EE1D
Complementary color
Monochromatic Colors of #F5EE1D
Black with #F5EE1D
Text Example
Text Example
White with #F5EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE1D; }
p { color: rgb(245,238,29); }
H1.HeaderClassName
{
color: #F5EE1D;
}
.AnyTagClassName
{
color: #F5EE1D;
}
</style>
background-color css
<style>
a { background-color: #F5EE1D; }
a { background-color: rgb(245,238,29); }
div.DivClassName
{
background-color: #F5EE1D;
}
.BgClassName
{
background-color: #F5EE1D;
}
</style>
border-color css
<style>
span { border-color: #F5EE1D; }
span { border-color: rgb(245,238,29); }
td.TdClassName
{
border-color: #F5EE1D;
}
.TagClassName
{
border-color: #F5EE1D;
}
</style>