Shades of Lemon #FDFE27
Tints of Lemon #FDFE27
RGB
CMYK
RGB Variations
Color information
#FDFE27 (or 0xFDFE27) is known color: Lemon. HEX triplet: FD, FE and 27. RGB value is (253,254,39). Sum of RGB (Red+Green+Blue) = 253+254+39=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 39 (15.62% from 255 or 7.14% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE27 is #0201D8. Grayscale: #E6E6E6. Windows color (decimal): -131545 or 2621181. OLE color: 2621181.
HSL color Cylindrical-coordinate representation of color #FDFE27: 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 #FDFE27 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 39 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.00 |
| HSL | 60.28º | 0.99% | 0.57% | - |
| HSV(B) | 60.28º | 0.85% | 1% | - |
| XYZ | 76.32 | 91.91 | 15.64 | - |
| YUV | 229.19 | 20.67 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 39 | 0.00 | 0 | 0.85 | 0.00 | 60.28 | 0.99 | 0.57 |
| Hex | FD | FE | 27 | 0 | 0 | 55 | 0 | 3C | 63 | 39 |
| Octal | 375 | 376 | 47 | 0 | 0 | 125 | 0 | 74 | 143 | 71 |
| Binary | 11111101 | 11111110 | 100111 | 0 | 0 | 1010101 | 0 | 111100 | 1100011 | 111001 |
Color Harmonies of #FDFE27
Complementary color
Monochromatic Colors of #FDFE27
Black with #FDFE27
Text Example
Text Example
White with #FDFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE27; }
p { color: rgb(253,254,39); }
H1.HeaderClassName
{
color: #FDFE27;
}
.AnyTagClassName
{
color: #FDFE27;
}
</style>
background-color css
<style>
a { background-color: #FDFE27; }
a { background-color: rgb(253,254,39); }
div.DivClassName
{
background-color: #FDFE27;
}
.BgClassName
{
background-color: #FDFE27;
}
</style>
border-color css
<style>
span { border-color: #FDFE27; }
span { border-color: rgb(253,254,39); }
td.TdClassName
{
border-color: #FDFE27;
}
.TagClassName
{
border-color: #FDFE27;
}
</style>