Shades of Lemon #FDFE23
Tints of Lemon #FDFE23
RGB
CMYK
RGB Variations
Color information
#FDFE23 (or 0xFDFE23) is known color: Lemon. HEX triplet: FD, FE and 23. RGB value is (253,254,35). Sum of RGB (Red+Green+Blue) = 253+254+35=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 35 (14.06% from 255 or 6.46% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE23 is #0201DC. Grayscale: #E5E5E5. Windows color (decimal): -131549 or 2359037. OLE color: 2359037.
HSL color Cylindrical-coordinate representation of color #FDFE23: hue angle of 60.27º 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 #FDFE23 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 35 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.00 |
| HSL | 60.27º | 0.99% | 0.57% | - |
| HSV(B) | 60.27º | 0.86% | 1% | - |
| XYZ | 76.25 | 91.89 | 15.31 | - |
| YUV | 228.74 | 18.67 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 35 | 0.00 | 0 | 0.86 | 0.00 | 60.27 | 0.99 | 0.57 |
| Hex | FD | FE | 23 | 0 | 0 | 56 | 0 | 3C | 63 | 39 |
| Octal | 375 | 376 | 43 | 0 | 0 | 126 | 0 | 74 | 143 | 71 |
| Binary | 11111101 | 11111110 | 100011 | 0 | 0 | 1010110 | 0 | 111100 | 1100011 | 111001 |
Color Harmonies of #FDFE23
Complementary color
Monochromatic Colors of #FDFE23
Black with #FDFE23
Text Example
Text Example
White with #FDFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE23; }
p { color: rgb(253,254,35); }
H1.HeaderClassName
{
color: #FDFE23;
}
.AnyTagClassName
{
color: #FDFE23;
}
</style>
background-color css
<style>
a { background-color: #FDFE23; }
a { background-color: rgb(253,254,35); }
div.DivClassName
{
background-color: #FDFE23;
}
.BgClassName
{
background-color: #FDFE23;
}
</style>
border-color css
<style>
span { border-color: #FDFE23; }
span { border-color: rgb(253,254,35); }
td.TdClassName
{
border-color: #FDFE23;
}
.TagClassName
{
border-color: #FDFE23;
}
</style>