Shades of Lemon #F0F323
Tints of Lemon #F0F323
RGB
CMYK
RGB Variations
Color information
#F0F323 (or 0xF0F323) is known color: Lemon. HEX triplet: F0, F3 and 23. RGB value is (240,243,35). Sum of RGB (Red+Green+Blue) = 240+243+35=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 35 (14.06% from 255 or 6.76% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F323 is #0F0CDC. Grayscale: #DBDBDB. Windows color (decimal): -986333 or 2356208. OLE color: 2356208.
HSL color Cylindrical-coordinate representation of color #F0F323: hue angle of 60.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0F323 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 35 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.05 |
| HSL | 60.87º | 0.9% | 0.55% | - |
| HSV(B) | 60.87º | 0.86% | 0.95% | - |
| XYZ | 68.29 | 82.75 | 13.96 | - |
| YUV | 218.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 35 | 0.01 | 0 | 0.86 | 0.05 | 60.87 | 0.9 | 0.55 |
| Hex | F0 | F3 | 23 | 1 | 0 | 56 | 5 | 3D | 5A | 37 |
| Octal | 360 | 363 | 43 | 1 | 0 | 126 | 5 | 75 | 132 | 67 |
| Binary | 11110000 | 11110011 | 100011 | 1 | 0 | 1010110 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #F0F323
Complementary color
Monochromatic Colors of #F0F323
Black with #F0F323
Text Example
Text Example
White with #F0F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F323; }
p { color: rgb(240,243,35); }
H1.HeaderClassName
{
color: #F0F323;
}
.AnyTagClassName
{
color: #F0F323;
}
</style>
background-color css
<style>
a { background-color: #F0F323; }
a { background-color: rgb(240,243,35); }
div.DivClassName
{
background-color: #F0F323;
}
.BgClassName
{
background-color: #F0F323;
}
</style>
border-color css
<style>
span { border-color: #F0F323; }
span { border-color: rgb(240,243,35); }
td.TdClassName
{
border-color: #F0F323;
}
.TagClassName
{
border-color: #F0F323;
}
</style>