Shades of Lemon #F3FF26
Tints of Lemon #F3FF26
RGB
CMYK
RGB Variations
Color information
#F3FF26 (or 0xF3FF26) is known color: Lemon. HEX triplet: F3, FF and 26. RGB value is (243,255,38). Sum of RGB (Red+Green+Blue) = 243+255+38=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 38 (15.23% from 255 or 7.09% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FF26 is #0C00D9. Grayscale: #E3E3E3. Windows color (decimal): -786650 or 2555891. OLE color: 2555891.
HSL color Cylindrical-coordinate representation of color #F3FF26: hue angle of 63.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3FF26 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 38 | - |
| CMYK | 0.05 | 0 | 0.85 | 0 |
| HSL | 63.32º | 1% | 0.57% | - |
| HSV(B) | 63.32º | 0.85% | 1% | - |
| XYZ | 73.07 | 90.71 | 15.49 | - |
| YUV | 226.67 | 21.52 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 38 | 0.05 | 0 | 0.85 | 0 | 63.32 | 1 | 0.57 |
| Hex | F3 | FF | 26 | 5 | 0 | 55 | 0 | 3F | 64 | 39 |
| Octal | 363 | 377 | 46 | 5 | 0 | 125 | 0 | 77 | 144 | 71 |
| Binary | 11110011 | 11111111 | 100110 | 101 | 0 | 1010101 | 0 | 111111 | 1100100 | 111001 |
Color Harmonies of #F3FF26
Complementary color
Monochromatic Colors of #F3FF26
Black with #F3FF26
Text Example
Text Example
White with #F3FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF26; }
p { color: rgb(243,255,38); }
H1.HeaderClassName
{
color: #F3FF26;
}
.AnyTagClassName
{
color: #F3FF26;
}
</style>
background-color css
<style>
a { background-color: #F3FF26; }
a { background-color: rgb(243,255,38); }
div.DivClassName
{
background-color: #F3FF26;
}
.BgClassName
{
background-color: #F3FF26;
}
</style>
border-color css
<style>
span { border-color: #F3FF26; }
span { border-color: rgb(243,255,38); }
td.TdClassName
{
border-color: #F3FF26;
}
.TagClassName
{
border-color: #F3FF26;
}
</style>