Shades of Lemon #F5EE08
Tints of Lemon #F5EE08
RGB
CMYK
RGB Variations
Color information
#F5EE08 (or 0xF5EE08) is known color: Lemon. HEX triplet: F5, EE and 08. RGB value is (245,238,8). Sum of RGB (Red+Green+Blue) = 245+238+8=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EE08 is #0A11F7. Grayscale: #D6D6D6. Windows color (decimal): -659960 or 585461. OLE color: 585461.
HSL color Cylindrical-coordinate representation of color #F5EE08: hue angle of 58.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5EE08 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 8 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.04 |
| HSL | 58.23º | 0.94% | 0.5% | - |
| HSV(B) | 58.23º | 0.97% | 0.96% | - |
| XYZ | 68.27 | 80.58 | 12.18 | - |
| YUV | 213.87 | 11.82 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 8 | 0 | 0.03 | 0.97 | 0.04 | 58.23 | 0.94 | 0.5 |
| Hex | F5 | EE | 8 | 0 | 3 | 61 | 4 | 3A | 5E | 32 |
| Octal | 365 | 356 | 10 | 0 | 3 | 141 | 4 | 72 | 136 | 62 |
| Binary | 11110101 | 11101110 | 1000 | 0 | 11 | 1100001 | 100 | 111010 | 1011110 | 110010 |
Color Harmonies of #F5EE08
Complementary color
Monochromatic Colors of #F5EE08
Black with #F5EE08
Text Example
Text Example
White with #F5EE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE08; }
p { color: rgb(245,238,8); }
H1.HeaderClassName
{
color: #F5EE08;
}
.AnyTagClassName
{
color: #F5EE08;
}
</style>
background-color css
<style>
a { background-color: #F5EE08; }
a { background-color: rgb(245,238,8); }
div.DivClassName
{
background-color: #F5EE08;
}
.BgClassName
{
background-color: #F5EE08;
}
</style>
border-color css
<style>
span { border-color: #F5EE08; }
span { border-color: rgb(245,238,8); }
td.TdClassName
{
border-color: #F5EE08;
}
.TagClassName
{
border-color: #F5EE08;
}
</style>