Shades of Lemon #FDEC1C
Tints of Lemon #FDEC1C
RGB
CMYK
RGB Variations
Color information
#FDEC1C (or 0xFDEC1C) is known color: Lemon. HEX triplet: FD, EC and 1C. RGB value is (253,236,28). Sum of RGB (Red+Green+Blue) = 253+236+28=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 28 (11.33% from 255 or 5.42% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC1C is #0213E3. Grayscale: #DADADA. Windows color (decimal): -136164 or 1895677. OLE color: 1895677.
HSL color Cylindrical-coordinate representation of color #FDEC1C: hue angle of 55.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDEC1C is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 28 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.01 |
| HSL | 55.47º | 0.98% | 0.55% | - |
| HSV(B) | 55.47º | 0.89% | 0.99% | - |
| XYZ | 70.71 | 80.96 | 13 | - |
| YUV | 217.37 | 21.13 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 28 | 0 | 0.07 | 0.89 | 0.01 | 55.47 | 0.98 | 0.55 |
| Hex | FD | EC | 1C | 0 | 7 | 59 | 1 | 37 | 62 | 37 |
| Octal | 375 | 354 | 34 | 0 | 7 | 131 | 1 | 67 | 142 | 67 |
| Binary | 11111101 | 11101100 | 11100 | 0 | 111 | 1011001 | 1 | 110111 | 1100010 | 110111 |
Color Harmonies of #FDEC1C
Complementary color
Monochromatic Colors of #FDEC1C
Black with #FDEC1C
Text Example
Text Example
White with #FDEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC1C; }
p { color: rgb(253,236,28); }
H1.HeaderClassName
{
color: #FDEC1C;
}
.AnyTagClassName
{
color: #FDEC1C;
}
</style>
background-color css
<style>
a { background-color: #FDEC1C; }
a { background-color: rgb(253,236,28); }
div.DivClassName
{
background-color: #FDEC1C;
}
.BgClassName
{
background-color: #FDEC1C;
}
</style>
border-color css
<style>
span { border-color: #FDEC1C; }
span { border-color: rgb(253,236,28); }
td.TdClassName
{
border-color: #FDEC1C;
}
.TagClassName
{
border-color: #FDEC1C;
}
</style>