Shades of Lemon #F5EE07
Tints of Lemon #F5EE07
RGB
CMYK
RGB Variations
Color information
#F5EE07 (or 0xF5EE07) is known color: Lemon. HEX triplet: F5, EE and 07. RGB value is (245,238,7). Sum of RGB (Red+Green+Blue) = 245+238+7=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 7 (3.12% from 255 or 1.43% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EE07 is #0A11F8. Grayscale: #D6D6D6. Windows color (decimal): -659961 or 519925. OLE color: 519925.
HSL color Cylindrical-coordinate representation of color #F5EE07: hue angle of 58.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5EE07 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.04 |
| HSL | 58.24º | 0.94% | 0.49% | - |
| HSV(B) | 58.24º | 0.97% | 0.96% | - |
| XYZ | 68.27 | 80.58 | 12.16 | - |
| YUV | 213.76 | 11.32 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 7 | 0 | 0.03 | 0.97 | 0.04 | 58.24 | 0.94 | 0.49 |
| Hex | F5 | EE | 7 | 0 | 3 | 61 | 4 | 3A | 5E | 31 |
| Octal | 365 | 356 | 7 | 0 | 3 | 141 | 4 | 72 | 136 | 61 |
| Binary | 11110101 | 11101110 | 111 | 0 | 11 | 1100001 | 100 | 111010 | 1011110 | 110001 |
Color Harmonies of #F5EE07
Complementary color
Monochromatic Colors of #F5EE07
Black with #F5EE07
Text Example
Text Example
White with #F5EE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE07; }
p { color: rgb(245,238,7); }
H1.HeaderClassName
{
color: #F5EE07;
}
.AnyTagClassName
{
color: #F5EE07;
}
</style>
background-color css
<style>
a { background-color: #F5EE07; }
a { background-color: rgb(245,238,7); }
div.DivClassName
{
background-color: #F5EE07;
}
.BgClassName
{
background-color: #F5EE07;
}
</style>
border-color css
<style>
span { border-color: #F5EE07; }
span { border-color: rgb(245,238,7); }
td.TdClassName
{
border-color: #F5EE07;
}
.TagClassName
{
border-color: #F5EE07;
}
</style>