Shades of Lemon #FDEC03
Tints of Lemon #FDEC03
RGB
CMYK
RGB Variations
Color information
#FDEC03 (or 0xFDEC03) is known color: Lemon. HEX triplet: FD, EC and 03. RGB value is (253,236,3). Sum of RGB (Red+Green+Blue) = 253+236+3=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 3 (1.56% from 255 or 0.61% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC03 is #0213FC. Grayscale: #D7D7D7. Windows color (decimal): -136189 or 257277. OLE color: 257277.
HSL color Cylindrical-coordinate representation of color #FDEC03: hue angle of 55.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDEC03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.01 |
| HSL | 55.92º | 0.98% | 0.5% | - |
| HSV(B) | 55.92º | 0.99% | 0.99% | - |
| XYZ | 70.52 | 80.88 | 11.98 | - |
| YUV | 214.52 | 8.63 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 3 | 0 | 0.07 | 0.99 | 0.01 | 55.92 | 0.98 | 0.5 |
| Hex | FD | EC | 3 | 0 | 7 | 63 | 1 | 38 | 62 | 32 |
| Octal | 375 | 354 | 3 | 0 | 7 | 143 | 1 | 70 | 142 | 62 |
| Binary | 11111101 | 11101100 | 11 | 0 | 111 | 1100011 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FDEC03
Complementary color
Monochromatic Colors of #FDEC03
Black with #FDEC03
Text Example
Text Example
White with #FDEC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC03; }
p { color: rgb(253,236,3); }
H1.HeaderClassName
{
color: #FDEC03;
}
.AnyTagClassName
{
color: #FDEC03;
}
</style>
background-color css
<style>
a { background-color: #FDEC03; }
a { background-color: rgb(253,236,3); }
div.DivClassName
{
background-color: #FDEC03;
}
.BgClassName
{
background-color: #FDEC03;
}
</style>
border-color css
<style>
span { border-color: #FDEC03; }
span { border-color: rgb(253,236,3); }
td.TdClassName
{
border-color: #FDEC03;
}
.TagClassName
{
border-color: #FDEC03;
}
</style>