Shades of Lemon #FDEE1E
Tints of Lemon #FDEE1E
RGB
CMYK
RGB Variations
Color information
#FDEE1E (or 0xFDEE1E) is known color: Lemon. HEX triplet: FD, EE and 1E. RGB value is (253,238,30). Sum of RGB (Red+Green+Blue) = 253+238+30=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEE1E is #0211E1. Grayscale: #DBDBDB. Windows color (decimal): -135650 or 2027261. OLE color: 2027261.
HSL color Cylindrical-coordinate representation of color #FDEE1E: hue angle of 55.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDEE1E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.01 |
| HSL | 55.96º | 0.98% | 0.55% | - |
| HSV(B) | 55.96º | 0.88% | 0.99% | - |
| XYZ | 71.32 | 82.13 | 13.32 | - |
| YUV | 218.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 30 | 0 | 0.06 | 0.88 | 0.01 | 55.96 | 0.98 | 0.55 |
| Hex | FD | EE | 1E | 0 | 6 | 58 | 1 | 38 | 62 | 37 |
| Octal | 375 | 356 | 36 | 0 | 6 | 130 | 1 | 70 | 142 | 67 |
| Binary | 11111101 | 11101110 | 11110 | 0 | 110 | 1011000 | 1 | 111000 | 1100010 | 110111 |
Color Harmonies of #FDEE1E
Complementary color
Monochromatic Colors of #FDEE1E
Black with #FDEE1E
Text Example
Text Example
White with #FDEE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEE1E; }
p { color: rgb(253,238,30); }
H1.HeaderClassName
{
color: #FDEE1E;
}
.AnyTagClassName
{
color: #FDEE1E;
}
</style>
background-color css
<style>
a { background-color: #FDEE1E; }
a { background-color: rgb(253,238,30); }
div.DivClassName
{
background-color: #FDEE1E;
}
.BgClassName
{
background-color: #FDEE1E;
}
</style>
border-color css
<style>
span { border-color: #FDEE1E; }
span { border-color: rgb(253,238,30); }
td.TdClassName
{
border-color: #FDEE1E;
}
.TagClassName
{
border-color: #FDEE1E;
}
</style>