Shades of Lemon #F3F223
Tints of Lemon #F3F223
RGB
CMYK
RGB Variations
Color information
#F3F223 (or 0xF3F223) is known color: Lemon. HEX triplet: F3, F2 and 23. RGB value is (243,242,35). Sum of RGB (Red+Green+Blue) = 243+242+35=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 35 (14.06% from 255 or 6.73% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F223 is #0C0DDC. Grayscale: #DBDBDB. Windows color (decimal): -789981 or 2355955. OLE color: 2355955.
HSL color Cylindrical-coordinate representation of color #F3F223: hue angle of 59.71º 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 #F3F223 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 35 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.05 |
| HSL | 59.71º | 0.9% | 0.55% | - |
| HSV(B) | 59.71º | 0.86% | 0.95% | - |
| XYZ | 69.02 | 82.68 | 13.91 | - |
| YUV | 218.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 35 | 0 | 0.00 | 0.86 | 0.05 | 59.71 | 0.9 | 0.55 |
| Hex | F3 | F2 | 23 | 0 | 0 | 56 | 5 | 3C | 5A | 37 |
| Octal | 363 | 362 | 43 | 0 | 0 | 126 | 5 | 74 | 132 | 67 |
| Binary | 11110011 | 11110010 | 100011 | 0 | 0 | 1010110 | 101 | 111100 | 1011010 | 110111 |
Color Harmonies of #F3F223
Complementary color
Monochromatic Colors of #F3F223
Black with #F3F223
Text Example
Text Example
White with #F3F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F223; }
p { color: rgb(243,242,35); }
H1.HeaderClassName
{
color: #F3F223;
}
.AnyTagClassName
{
color: #F3F223;
}
</style>
background-color css
<style>
a { background-color: #F3F223; }
a { background-color: rgb(243,242,35); }
div.DivClassName
{
background-color: #F3F223;
}
.BgClassName
{
background-color: #F3F223;
}
</style>
border-color css
<style>
span { border-color: #F3F223; }
span { border-color: rgb(243,242,35); }
td.TdClassName
{
border-color: #F3F223;
}
.TagClassName
{
border-color: #F3F223;
}
</style>