Shades of Lemon #F3F211
Tints of Lemon #F3F211
RGB
CMYK
RGB Variations
Color information
#F3F211 (or 0xF3F211) is known color: Lemon. HEX triplet: F3, F2 and 11. RGB value is (243,242,17). Sum of RGB (Red+Green+Blue) = 243+242+17=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 17 (7.03% from 255 or 3.39% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F211 is #0C0DEE. Grayscale: #D9D9D9. Windows color (decimal): -789999 or 1176307. OLE color: 1176307.
HSL color Cylindrical-coordinate representation of color #F3F211: hue angle of 59.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3F211 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 17 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.05 |
| HSL | 59.73º | 0.9% | 0.51% | - |
| HSV(B) | 59.73º | 0.93% | 0.95% | - |
| XYZ | 68.82 | 82.6 | 12.85 | - |
| YUV | 216.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 17 | 0 | 0.00 | 0.93 | 0.05 | 59.73 | 0.9 | 0.51 |
| Hex | F3 | F2 | 11 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 363 | 362 | 21 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110011 | 11110010 | 10001 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F3F211
Complementary color
Monochromatic Colors of #F3F211
Black with #F3F211
Text Example
Text Example
White with #F3F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F211; }
p { color: rgb(243,242,17); }
H1.HeaderClassName
{
color: #F3F211;
}
.AnyTagClassName
{
color: #F3F211;
}
</style>
background-color css
<style>
a { background-color: #F3F211; }
a { background-color: rgb(243,242,17); }
div.DivClassName
{
background-color: #F3F211;
}
.BgClassName
{
background-color: #F3F211;
}
</style>
border-color css
<style>
span { border-color: #F3F211; }
span { border-color: rgb(243,242,17); }
td.TdClassName
{
border-color: #F3F211;
}
.TagClassName
{
border-color: #F3F211;
}
</style>