Shades of Lemon #F5EE00
Tints of Lemon #F5EE00
RGB
CMYK
RGB Variations
Color information
#F5EE00 (or 0xF5EE00) is known color: Lemon. HEX triplet: F5, EE and 00. RGB value is (245,238,0). Sum of RGB (Red+Green+Blue) = 245+238+0=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EE00 is #0A11FF. Grayscale: #D5D5D5. Windows color (decimal): -659968 or 61173. OLE color: 61173.
HSL color Cylindrical-coordinate representation of color #F5EE00: hue angle of 58.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5EE00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.04 |
| HSL | 58.29º | 1% | 0.48% | - |
| HSV(B) | 58.29º | 1% | 0.96% | - |
| XYZ | 68.23 | 80.56 | 11.95 | - |
| YUV | 212.96 | 7.82 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 0 | 0 | 0.03 | 1 | 0.04 | 58.29 | 1 | 0.48 |
| Hex | F5 | EE | 0 | 0 | 3 | 64 | 4 | 3A | 64 | 30 |
| Octal | 365 | 356 | 0 | 0 | 3 | 144 | 4 | 72 | 144 | 60 |
| Binary | 11110101 | 11101110 | 0 | 0 | 11 | 1100100 | 100 | 111010 | 1100100 | 110000 |
Color Harmonies of #F5EE00
Complementary color
Monochromatic Colors of #F5EE00
Black with #F5EE00
Text Example
Text Example
White with #F5EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE00; }
p { color: rgb(245,238,0); }
H1.HeaderClassName
{
color: #F5EE00;
}
.AnyTagClassName
{
color: #F5EE00;
}
</style>
background-color css
<style>
a { background-color: #F5EE00; }
a { background-color: rgb(245,238,0); }
div.DivClassName
{
background-color: #F5EE00;
}
.BgClassName
{
background-color: #F5EE00;
}
</style>
border-color css
<style>
span { border-color: #F5EE00; }
span { border-color: rgb(245,238,0); }
td.TdClassName
{
border-color: #F5EE00;
}
.TagClassName
{
border-color: #F5EE00;
}
</style>