Shades of Lemon #FDFE24
Tints of Lemon #FDFE24
RGB
CMYK
RGB Variations
Color information
#FDFE24 (or 0xFDFE24) is known color: Lemon. HEX triplet: FD, FE and 24. RGB value is (253,254,36). Sum of RGB (Red+Green+Blue) = 253+254+36=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 36 (14.45% from 255 or 6.63% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE24 is #0201DB. Grayscale: #E5E5E5. Windows color (decimal): -131548 or 2424573. OLE color: 2424573.
HSL color Cylindrical-coordinate representation of color #FDFE24: 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.86%. Process color model (Four color, CMYK) of #FDFE24 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 36 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.00 |
| HSL | 60.28º | 0.99% | 0.57% | - |
| HSV(B) | 60.28º | 0.86% | 1% | - |
| XYZ | 76.27 | 91.89 | 15.39 | - |
| YUV | 228.85 | 19.17 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 36 | 0.00 | 0 | 0.86 | 0.00 | 60.28 | 0.99 | 0.57 |
| Hex | FD | FE | 24 | 0 | 0 | 56 | 0 | 3C | 63 | 39 |
| Octal | 375 | 376 | 44 | 0 | 0 | 126 | 0 | 74 | 143 | 71 |
| Binary | 11111101 | 11111110 | 100100 | 0 | 0 | 1010110 | 0 | 111100 | 1100011 | 111001 |
Color Harmonies of #FDFE24
Complementary color
Monochromatic Colors of #FDFE24
Black with #FDFE24
Text Example
Text Example
White with #FDFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE24; }
p { color: rgb(253,254,36); }
H1.HeaderClassName
{
color: #FDFE24;
}
.AnyTagClassName
{
color: #FDFE24;
}
</style>
background-color css
<style>
a { background-color: #FDFE24; }
a { background-color: rgb(253,254,36); }
div.DivClassName
{
background-color: #FDFE24;
}
.BgClassName
{
background-color: #FDFE24;
}
</style>
border-color css
<style>
span { border-color: #FDFE24; }
span { border-color: rgb(253,254,36); }
td.TdClassName
{
border-color: #FDFE24;
}
.TagClassName
{
border-color: #FDFE24;
}
</style>