Shades of Lemon #FDFE26
Tints of Lemon #FDFE26
RGB
CMYK
RGB Variations
Color information
#FDFE26 (or 0xFDFE26) is known color: Lemon. HEX triplet: FD, FE and 26. RGB value is (253,254,38). Sum of RGB (Red+Green+Blue) = 253+254+38=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 38 (15.23% from 255 or 6.97% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE26 is #0201D9. Grayscale: #E5E5E5. Windows color (decimal): -131546 or 2555645. OLE color: 2555645.
HSL color Cylindrical-coordinate representation of color #FDFE26: hue angle of 60.28º 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 #FDFE26 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 38 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.00 |
| HSL | 60.28º | 0.99% | 0.57% | - |
| HSV(B) | 60.28º | 0.85% | 1% | - |
| XYZ | 76.3 | 91.91 | 15.55 | - |
| YUV | 229.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 38 | 0.00 | 0 | 0.85 | 0.00 | 60.28 | 0.99 | 0.57 |
| Hex | FD | FE | 26 | 0 | 0 | 55 | 0 | 3C | 63 | 39 |
| Octal | 375 | 376 | 46 | 0 | 0 | 125 | 0 | 74 | 143 | 71 |
| Binary | 11111101 | 11111110 | 100110 | 0 | 0 | 1010101 | 0 | 111100 | 1100011 | 111001 |
Color Harmonies of #FDFE26
Complementary color
Monochromatic Colors of #FDFE26
Black with #FDFE26
Text Example
Text Example
White with #FDFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE26; }
p { color: rgb(253,254,38); }
H1.HeaderClassName
{
color: #FDFE26;
}
.AnyTagClassName
{
color: #FDFE26;
}
</style>
background-color css
<style>
a { background-color: #FDFE26; }
a { background-color: rgb(253,254,38); }
div.DivClassName
{
background-color: #FDFE26;
}
.BgClassName
{
background-color: #FDFE26;
}
</style>
border-color css
<style>
span { border-color: #FDFE26; }
span { border-color: rgb(253,254,38); }
td.TdClassName
{
border-color: #FDFE26;
}
.TagClassName
{
border-color: #FDFE26;
}
</style>