Shades of Lemon #FDEC14
Tints of Lemon #FDEC14
RGB
CMYK
RGB Variations
Color information
#FDEC14 (or 0xFDEC14) is known color: Lemon. HEX triplet: FD, EC and 14. RGB value is (253,236,20). Sum of RGB (Red+Green+Blue) = 253+236+20=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC14 is #0213EB. Grayscale: #D9D9D9. Windows color (decimal): -136172 or 1371389. OLE color: 1371389.
HSL color Cylindrical-coordinate representation of color #FDEC14: hue angle of 55.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDEC14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 20 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.01 |
| HSL | 55.62º | 0.98% | 0.54% | - |
| HSV(B) | 55.62º | 0.92% | 0.99% | - |
| XYZ | 70.63 | 80.92 | 12.56 | - |
| YUV | 216.46 | 17.13 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 20 | 0 | 0.07 | 0.92 | 0.01 | 55.62 | 0.98 | 0.54 |
| Hex | FD | EC | 14 | 0 | 7 | 5C | 1 | 38 | 62 | 36 |
| Octal | 375 | 354 | 24 | 0 | 7 | 134 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101100 | 10100 | 0 | 111 | 1011100 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDEC14
Complementary color
Monochromatic Colors of #FDEC14
Black with #FDEC14
Text Example
Text Example
White with #FDEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC14; }
p { color: rgb(253,236,20); }
H1.HeaderClassName
{
color: #FDEC14;
}
.AnyTagClassName
{
color: #FDEC14;
}
</style>
background-color css
<style>
a { background-color: #FDEC14; }
a { background-color: rgb(253,236,20); }
div.DivClassName
{
background-color: #FDEC14;
}
.BgClassName
{
background-color: #FDEC14;
}
</style>
border-color css
<style>
span { border-color: #FDEC14; }
span { border-color: rgb(253,236,20); }
td.TdClassName
{
border-color: #FDEC14;
}
.TagClassName
{
border-color: #FDEC14;
}
</style>