Shades of Lemon #F5FE26
Tints of Lemon #F5FE26
RGB
CMYK
RGB Variations
Color information
#F5FE26 (or 0xF5FE26) is known color: Lemon. HEX triplet: F5, FE and 26. RGB value is (245,254,38). Sum of RGB (Red+Green+Blue) = 245+254+38=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 38 (15.23% from 255 or 7.08% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE26 is #0A01D9. Grayscale: #E3E3E3. Windows color (decimal): -655834 or 2555637. OLE color: 2555637.
HSL color Cylindrical-coordinate representation of color #F5FE26: hue angle of 62.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5FE26 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 38 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.00 |
| HSL | 62.5º | 0.99% | 0.57% | - |
| HSV(B) | 62.5º | 0.85% | 1% | - |
| XYZ | 73.45 | 90.44 | 15.42 | - |
| YUV | 226.69 | 21.52 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 38 | 0.04 | 0 | 0.85 | 0.00 | 62.5 | 0.99 | 0.57 |
| Hex | F5 | FE | 26 | 4 | 0 | 55 | 0 | 3F | 63 | 39 |
| Octal | 365 | 376 | 46 | 4 | 0 | 125 | 0 | 77 | 143 | 71 |
| Binary | 11110101 | 11111110 | 100110 | 100 | 0 | 1010101 | 0 | 111111 | 1100011 | 111001 |
Color Harmonies of #F5FE26
Complementary color
Monochromatic Colors of #F5FE26
Black with #F5FE26
Text Example
Text Example
White with #F5FE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE26; }
p { color: rgb(245,254,38); }
H1.HeaderClassName
{
color: #F5FE26;
}
.AnyTagClassName
{
color: #F5FE26;
}
</style>
background-color css
<style>
a { background-color: #F5FE26; }
a { background-color: rgb(245,254,38); }
div.DivClassName
{
background-color: #F5FE26;
}
.BgClassName
{
background-color: #F5FE26;
}
</style>
border-color css
<style>
span { border-color: #F5FE26; }
span { border-color: rgb(245,254,38); }
td.TdClassName
{
border-color: #F5FE26;
}
.TagClassName
{
border-color: #F5FE26;
}
</style>