Shades of Lemon #F0E30D
Tints of Lemon #F0E30D
RGB
CMYK
RGB Variations
Color information
#F0E30D (or 0xF0E30D) is known color: Lemon. HEX triplet: F0, E3 and 0D. RGB value is (240,227,13). Sum of RGB (Red+Green+Blue) = 240+227+13=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E30D is #0F1CF2. Grayscale: #CFCFCF. Windows color (decimal): -990451 or 910320. OLE color: 910320.
HSL color Cylindrical-coordinate representation of color #F0E30D: hue angle of 56.56º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0E30D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.06 |
| HSL | 56.56º | 0.9% | 0.5% | - |
| HSV(B) | 56.56º | 0.95% | 0.94% | - |
| XYZ | 63.48 | 73.49 | 11.22 | - |
| YUV | 206.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 13 | 0 | 0.05 | 0.95 | 0.06 | 56.56 | 0.9 | 0.5 |
| Hex | F0 | E3 | D | 0 | 5 | 5F | 6 | 39 | 5A | 32 |
| Octal | 360 | 343 | 15 | 0 | 5 | 137 | 6 | 71 | 132 | 62 |
| Binary | 11110000 | 11100011 | 1101 | 0 | 101 | 1011111 | 110 | 111001 | 1011010 | 110010 |
Color Harmonies of #F0E30D
Complementary color
Monochromatic Colors of #F0E30D
Black with #F0E30D
Text Example
Text Example
White with #F0E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E30D; }
p { color: rgb(240,227,13); }
H1.HeaderClassName
{
color: #F0E30D;
}
.AnyTagClassName
{
color: #F0E30D;
}
</style>
background-color css
<style>
a { background-color: #F0E30D; }
a { background-color: rgb(240,227,13); }
div.DivClassName
{
background-color: #F0E30D;
}
.BgClassName
{
background-color: #F0E30D;
}
</style>
border-color css
<style>
span { border-color: #F0E30D; }
span { border-color: rgb(240,227,13); }
td.TdClassName
{
border-color: #F0E30D;
}
.TagClassName
{
border-color: #F0E30D;
}
</style>