Shades of Lemon #F1F323
Tints of Lemon #F1F323
RGB
CMYK
RGB Variations
Color information
#F1F323 (or 0xF1F323) is known color: Lemon. HEX triplet: F1, F3 and 23. RGB value is (241,243,35). Sum of RGB (Red+Green+Blue) = 241+243+35=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F323 is #0E0CDC. Grayscale: #DBDBDB. Windows color (decimal): -920797 or 2356209. OLE color: 2356209.
HSL color Cylindrical-coordinate representation of color #F1F323: hue angle of 60.58º 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 #F1F323 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 35 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.05 |
| HSL | 60.58º | 0.9% | 0.55% | - |
| HSV(B) | 60.58º | 0.86% | 0.95% | - |
| XYZ | 68.63 | 82.92 | 13.98 | - |
| YUV | 218.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 35 | 0.01 | 0 | 0.86 | 0.05 | 60.58 | 0.9 | 0.55 |
| Hex | F1 | F3 | 23 | 1 | 0 | 56 | 5 | 3D | 5A | 37 |
| Octal | 361 | 363 | 43 | 1 | 0 | 126 | 5 | 75 | 132 | 67 |
| Binary | 11110001 | 11110011 | 100011 | 1 | 0 | 1010110 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #F1F323
Complementary color
Monochromatic Colors of #F1F323
Black with #F1F323
Text Example
Text Example
White with #F1F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F323; }
p { color: rgb(241,243,35); }
H1.HeaderClassName
{
color: #F1F323;
}
.AnyTagClassName
{
color: #F1F323;
}
</style>
background-color css
<style>
a { background-color: #F1F323; }
a { background-color: rgb(241,243,35); }
div.DivClassName
{
background-color: #F1F323;
}
.BgClassName
{
background-color: #F1F323;
}
</style>
border-color css
<style>
span { border-color: #F1F323; }
span { border-color: rgb(241,243,35); }
td.TdClassName
{
border-color: #F1F323;
}
.TagClassName
{
border-color: #F1F323;
}
</style>