Shades of Lemon #FDFE1E
Tints of Lemon #FDFE1E
RGB
CMYK
RGB Variations
Color information
#FDFE1E (or 0xFDFE1E) is known color: Lemon. HEX triplet: FD, FE and 1E. RGB value is (253,254,30). Sum of RGB (Red+Green+Blue) = 253+254+30=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 30 (12.11% from 255 or 5.59% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE1E is #0201E1. Grayscale: #E5E5E5. Windows color (decimal): -131554 or 2031357. OLE color: 2031357.
HSL color Cylindrical-coordinate representation of color #FDFE1E: hue angle of 60.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDFE1E is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 30 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.00 |
| HSL | 60.27º | 0.99% | 0.56% | - |
| HSV(B) | 60.27º | 0.88% | 1% | - |
| XYZ | 76.18 | 91.86 | 14.94 | - |
| YUV | 228.17 | 16.17 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 30 | 0.00 | 0 | 0.88 | 0.00 | 60.27 | 0.99 | 0.56 |
| Hex | FD | FE | 1E | 0 | 0 | 58 | 0 | 3C | 63 | 38 |
| Octal | 375 | 376 | 36 | 0 | 0 | 130 | 0 | 74 | 143 | 70 |
| Binary | 11111101 | 11111110 | 11110 | 0 | 0 | 1011000 | 0 | 111100 | 1100011 | 111000 |
Color Harmonies of #FDFE1E
Complementary color
Monochromatic Colors of #FDFE1E
Black with #FDFE1E
Text Example
Text Example
White with #FDFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE1E; }
p { color: rgb(253,254,30); }
H1.HeaderClassName
{
color: #FDFE1E;
}
.AnyTagClassName
{
color: #FDFE1E;
}
</style>
background-color css
<style>
a { background-color: #FDFE1E; }
a { background-color: rgb(253,254,30); }
div.DivClassName
{
background-color: #FDFE1E;
}
.BgClassName
{
background-color: #FDFE1E;
}
</style>
border-color css
<style>
span { border-color: #FDFE1E; }
span { border-color: rgb(253,254,30); }
td.TdClassName
{
border-color: #FDFE1E;
}
.TagClassName
{
border-color: #FDFE1E;
}
</style>