Shades of Lemon #F0E61D
Tints of Lemon #F0E61D
RGB
CMYK
RGB Variations
Color information
#F0E61D (or 0xF0E61D) is known color: Lemon. HEX triplet: F0, E6 and 1D. RGB value is (240,230,29). Sum of RGB (Red+Green+Blue) = 240+230+29=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E61D is #0F19E2. Grayscale: #D2D2D2. Windows color (decimal): -989667 or 1959664. OLE color: 1959664.
HSL color Cylindrical-coordinate representation of color #F0E61D: hue angle of 57.16º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0E61D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 29 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.06 |
| HSL | 57.16º | 0.88% | 0.53% | - |
| HSV(B) | 57.16º | 0.88% | 0.94% | - |
| XYZ | 64.45 | 75.21 | 12.28 | - |
| YUV | 210.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 29 | 0 | 0.04 | 0.88 | 0.06 | 57.16 | 0.88 | 0.53 |
| Hex | F0 | E6 | 1D | 0 | 4 | 58 | 6 | 39 | 58 | 35 |
| Octal | 360 | 346 | 35 | 0 | 4 | 130 | 6 | 71 | 130 | 65 |
| Binary | 11110000 | 11100110 | 11101 | 0 | 100 | 1011000 | 110 | 111001 | 1011000 | 110101 |
Color Harmonies of #F0E61D
Complementary color
Monochromatic Colors of #F0E61D
Black with #F0E61D
Text Example
Text Example
White with #F0E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E61D; }
p { color: rgb(240,230,29); }
H1.HeaderClassName
{
color: #F0E61D;
}
.AnyTagClassName
{
color: #F0E61D;
}
</style>
background-color css
<style>
a { background-color: #F0E61D; }
a { background-color: rgb(240,230,29); }
div.DivClassName
{
background-color: #F0E61D;
}
.BgClassName
{
background-color: #F0E61D;
}
</style>
border-color css
<style>
span { border-color: #F0E61D; }
span { border-color: rgb(240,230,29); }
td.TdClassName
{
border-color: #F0E61D;
}
.TagClassName
{
border-color: #F0E61D;
}
</style>