Shades of Lemon #F0ED1F
Tints of Lemon #F0ED1F
RGB
CMYK
RGB Variations
Color information
#F0ED1F (or 0xF0ED1F) is known color: Lemon. HEX triplet: F0, ED and 1F. RGB value is (240,237,31). Sum of RGB (Red+Green+Blue) = 240+237+31=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 31 (12.5% from 255 or 6.10% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED1F is #0F12E0. Grayscale: #D7D7D7. Windows color (decimal): -987873 or 2092528. OLE color: 2092528.
HSL color Cylindrical-coordinate representation of color #F0ED1F: hue angle of 59.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0ED1F is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 31 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.06 |
| HSL | 59.14º | 0.87% | 0.53% | - |
| HSV(B) | 59.14º | 0.87% | 0.94% | - |
| XYZ | 66.47 | 79.19 | 13.08 | - |
| YUV | 214.41 | 24.49 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 31 | 0 | 0.01 | 0.87 | 0.06 | 59.14 | 0.87 | 0.53 |
| Hex | F0 | ED | 1F | 0 | 1 | 57 | 6 | 3B | 57 | 35 |
| Octal | 360 | 355 | 37 | 0 | 1 | 127 | 6 | 73 | 127 | 65 |
| Binary | 11110000 | 11101101 | 11111 | 0 | 1 | 1010111 | 110 | 111011 | 1010111 | 110101 |
Color Harmonies of #F0ED1F
Complementary color
Monochromatic Colors of #F0ED1F
Black with #F0ED1F
Text Example
Text Example
White with #F0ED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED1F; }
p { color: rgb(240,237,31); }
H1.HeaderClassName
{
color: #F0ED1F;
}
.AnyTagClassName
{
color: #F0ED1F;
}
</style>
background-color css
<style>
a { background-color: #F0ED1F; }
a { background-color: rgb(240,237,31); }
div.DivClassName
{
background-color: #F0ED1F;
}
.BgClassName
{
background-color: #F0ED1F;
}
</style>
border-color css
<style>
span { border-color: #F0ED1F; }
span { border-color: rgb(240,237,31); }
td.TdClassName
{
border-color: #F0ED1F;
}
.TagClassName
{
border-color: #F0ED1F;
}
</style>