Shades of Lemon #F0E608
Tints of Lemon #F0E608
RGB
CMYK
RGB Variations
Color information
#F0E608 (or 0xF0E608) is known color: Lemon. HEX triplet: F0, E6 and 08. RGB value is (240,230,8). Sum of RGB (Red+Green+Blue) = 240+230+8=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 8 (3.52% from 255 or 1.67% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E608 is #0F19F7. Grayscale: #D0D0D0. Windows color (decimal): -989688 or 583408. OLE color: 583408.
HSL color Cylindrical-coordinate representation of color #F0E608: hue angle of 57.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0E608 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.06 |
| HSL | 57.41º | 0.94% | 0.49% | - |
| HSV(B) | 57.41º | 0.97% | 0.94% | - |
| XYZ | 64.28 | 75.14 | 11.34 | - |
| YUV | 207.68 | 15.31 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 8 | 0 | 0.04 | 0.97 | 0.06 | 57.41 | 0.94 | 0.49 |
| Hex | F0 | E6 | 8 | 0 | 4 | 61 | 6 | 39 | 5E | 31 |
| Octal | 360 | 346 | 10 | 0 | 4 | 141 | 6 | 71 | 136 | 61 |
| Binary | 11110000 | 11100110 | 1000 | 0 | 100 | 1100001 | 110 | 111001 | 1011110 | 110001 |
Color Harmonies of #F0E608
Complementary color
Monochromatic Colors of #F0E608
Black with #F0E608
Text Example
Text Example
White with #F0E608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E608; }
p { color: rgb(240,230,8); }
H1.HeaderClassName
{
color: #F0E608;
}
.AnyTagClassName
{
color: #F0E608;
}
</style>
background-color css
<style>
a { background-color: #F0E608; }
a { background-color: rgb(240,230,8); }
div.DivClassName
{
background-color: #F0E608;
}
.BgClassName
{
background-color: #F0E608;
}
</style>
border-color css
<style>
span { border-color: #F0E608; }
span { border-color: rgb(240,230,8); }
td.TdClassName
{
border-color: #F0E608;
}
.TagClassName
{
border-color: #F0E608;
}
</style>