Shades of Lemon #F8FF26
Tints of Lemon #F8FF26
RGB
CMYK
RGB Variations
Color information
#F8FF26 (or 0xF8FF26) is known color: Lemon. HEX triplet: F8, FF and 26. RGB value is (248,255,38). Sum of RGB (Red+Green+Blue) = 248+255+38=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 38 (15.23% from 255 or 7.02% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF26 is #0700D9. Grayscale: #E5E5E5. Windows color (decimal): -458970 or 2555896. OLE color: 2555896.
HSL color Cylindrical-coordinate representation of color #F8FF26: hue angle of 61.94º 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 #F8FF26 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 38 | - |
| CMYK | 0.03 | 0 | 0.85 | 0 |
| HSL | 61.94º | 1% | 0.57% | - |
| HSV(B) | 61.94º | 0.85% | 1% | - |
| XYZ | 74.82 | 91.62 | 15.57 | - |
| YUV | 228.17 | 20.68 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 38 | 0.03 | 0 | 0.85 | 0 | 61.94 | 1 | 0.57 |
| Hex | F8 | FF | 26 | 3 | 0 | 55 | 0 | 3E | 64 | 39 |
| Octal | 370 | 377 | 46 | 3 | 0 | 125 | 0 | 76 | 144 | 71 |
| Binary | 11111000 | 11111111 | 100110 | 11 | 0 | 1010101 | 0 | 111110 | 1100100 | 111001 |
Color Harmonies of #F8FF26
Complementary color
Monochromatic Colors of #F8FF26
Black with #F8FF26
Text Example
Text Example
White with #F8FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF26; }
p { color: rgb(248,255,38); }
H1.HeaderClassName
{
color: #F8FF26;
}
.AnyTagClassName
{
color: #F8FF26;
}
</style>
background-color css
<style>
a { background-color: #F8FF26; }
a { background-color: rgb(248,255,38); }
div.DivClassName
{
background-color: #F8FF26;
}
.BgClassName
{
background-color: #F8FF26;
}
</style>
border-color css
<style>
span { border-color: #F8FF26; }
span { border-color: rgb(248,255,38); }
td.TdClassName
{
border-color: #F8FF26;
}
.TagClassName
{
border-color: #F8FF26;
}
</style>