Shades of Lemon #F0F623
Tints of Lemon #F0F623
RGB
CMYK
RGB Variations
Color information
#F0F623 (or 0xF0F623) is known color: Lemon. HEX triplet: F0, F6 and 23. RGB value is (240,246,35). Sum of RGB (Red+Green+Blue) = 240+246+35=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 35 (14.06% from 255 or 6.72% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F623 is #0F09DC. Grayscale: #DCDCDC. Windows color (decimal): -985565 or 2356976. OLE color: 2356976.
HSL color Cylindrical-coordinate representation of color #F0F623: hue angle of 61.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0F623 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.04 |
| HSL | 61.71º | 0.92% | 0.55% | - |
| HSV(B) | 61.71º | 0.86% | 0.96% | - |
| XYZ | 69.19 | 84.56 | 14.26 | - |
| YUV | 220.15 | 23.51 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 35 | 0.02 | 0 | 0.86 | 0.04 | 61.71 | 0.92 | 0.55 |
| Hex | F0 | F6 | 23 | 2 | 0 | 56 | 4 | 3E | 5C | 37 |
| Octal | 360 | 366 | 43 | 2 | 0 | 126 | 4 | 76 | 134 | 67 |
| Binary | 11110000 | 11110110 | 100011 | 10 | 0 | 1010110 | 100 | 111110 | 1011100 | 110111 |
Color Harmonies of #F0F623
Complementary color
Monochromatic Colors of #F0F623
Black with #F0F623
Text Example
Text Example
White with #F0F623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F623; }
p { color: rgb(240,246,35); }
H1.HeaderClassName
{
color: #F0F623;
}
.AnyTagClassName
{
color: #F0F623;
}
</style>
background-color css
<style>
a { background-color: #F0F623; }
a { background-color: rgb(240,246,35); }
div.DivClassName
{
background-color: #F0F623;
}
.BgClassName
{
background-color: #F0F623;
}
</style>
border-color css
<style>
span { border-color: #F0F623; }
span { border-color: rgb(240,246,35); }
td.TdClassName
{
border-color: #F0F623;
}
.TagClassName
{
border-color: #F0F623;
}
</style>