Shades of Lemon #FEFF26
Tints of Lemon #FEFF26
RGB
CMYK
RGB Variations
Color information
#FEFF26 (or 0xFEFF26) is known color: Lemon. HEX triplet: FE, FF and 26. RGB value is (254,255,38). Sum of RGB (Red+Green+Blue) = 254+255+38=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 38 (15.23% from 255 or 6.95% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF26 is #0100D9. Grayscale: #E6E6E6. Windows color (decimal): -65754 or 2555902. OLE color: 2555902.
HSL color Cylindrical-coordinate representation of color #FEFF26: hue angle of 60.28º 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 #FEFF26 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 38 | - |
| CMYK | 0.00 | 0 | 0.85 | 0 |
| HSL | 60.28º | 1% | 0.57% | - |
| HSV(B) | 60.28º | 0.85% | 1% | - |
| XYZ | 76.98 | 92.73 | 15.68 | - |
| YUV | 229.96 | 19.67 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 38 | 0.00 | 0 | 0.85 | 0 | 60.28 | 1 | 0.57 |
| Hex | FE | FF | 26 | 0 | 0 | 55 | 0 | 3C | 64 | 39 |
| Octal | 376 | 377 | 46 | 0 | 0 | 125 | 0 | 74 | 144 | 71 |
| Binary | 11111110 | 11111111 | 100110 | 0 | 0 | 1010101 | 0 | 111100 | 1100100 | 111001 |
Color Harmonies of #FEFF26
Complementary color
Monochromatic Colors of #FEFF26
Black with #FEFF26
Text Example
Text Example
White with #FEFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF26; }
p { color: rgb(254,255,38); }
H1.HeaderClassName
{
color: #FEFF26;
}
.AnyTagClassName
{
color: #FEFF26;
}
</style>
background-color css
<style>
a { background-color: #FEFF26; }
a { background-color: rgb(254,255,38); }
div.DivClassName
{
background-color: #FEFF26;
}
.BgClassName
{
background-color: #FEFF26;
}
</style>
border-color css
<style>
span { border-color: #FEFF26; }
span { border-color: rgb(254,255,38); }
td.TdClassName
{
border-color: #FEFF26;
}
.TagClassName
{
border-color: #FEFF26;
}
</style>