Shades of Lemon #F5EE05
Tints of Lemon #F5EE05
RGB
CMYK
RGB Variations
Color information
#F5EE05 (or 0xF5EE05) is known color: Lemon. HEX triplet: F5, EE and 05. RGB value is (245,238,5). Sum of RGB (Red+Green+Blue) = 245+238+5=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 5 (2.34% from 255 or 1.02% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EE05 is #0A11FA. Grayscale: #D6D6D6. Windows color (decimal): -659963 or 388853. OLE color: 388853.
HSL color Cylindrical-coordinate representation of color #F5EE05: hue angle of 58.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5EE05 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.04 |
| HSL | 58.25º | 0.96% | 0.49% | - |
| HSV(B) | 58.25º | 0.98% | 0.96% | - |
| XYZ | 68.26 | 80.57 | 12.1 | - |
| YUV | 213.53 | 10.32 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 5 | 0 | 0.03 | 0.98 | 0.04 | 58.25 | 0.96 | 0.49 |
| Hex | F5 | EE | 5 | 0 | 3 | 62 | 4 | 3A | 60 | 31 |
| Octal | 365 | 356 | 5 | 0 | 3 | 142 | 4 | 72 | 140 | 61 |
| Binary | 11110101 | 11101110 | 101 | 0 | 11 | 1100010 | 100 | 111010 | 1100000 | 110001 |
Color Harmonies of #F5EE05
Complementary color
Monochromatic Colors of #F5EE05
Black with #F5EE05
Text Example
Text Example
White with #F5EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE05; }
p { color: rgb(245,238,5); }
H1.HeaderClassName
{
color: #F5EE05;
}
.AnyTagClassName
{
color: #F5EE05;
}
</style>
background-color css
<style>
a { background-color: #F5EE05; }
a { background-color: rgb(245,238,5); }
div.DivClassName
{
background-color: #F5EE05;
}
.BgClassName
{
background-color: #F5EE05;
}
</style>
border-color css
<style>
span { border-color: #F5EE05; }
span { border-color: rgb(245,238,5); }
td.TdClassName
{
border-color: #F5EE05;
}
.TagClassName
{
border-color: #F5EE05;
}
</style>