Shades of Lemon #FDE81C
Tints of Lemon #FDE81C
RGB
CMYK
RGB Variations
Color information
#FDE81C (or 0xFDE81C) is known color: Lemon. HEX triplet: FD, E8 and 1C. RGB value is (253,232,28). Sum of RGB (Red+Green+Blue) = 253+232+28=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE81C is #0217E3. Grayscale: #D7D7D7. Windows color (decimal): -137188 or 1894653. OLE color: 1894653.
HSL color Cylindrical-coordinate representation of color #FDE81C: hue angle of 54.4º 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 #FDE81C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 28 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.01 |
| HSL | 54.4º | 0.98% | 0.55% | - |
| HSV(B) | 54.4º | 0.89% | 0.99% | - |
| XYZ | 69.57 | 78.68 | 12.62 | - |
| YUV | 215.02 | 22.46 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 28 | 0 | 0.08 | 0.89 | 0.01 | 54.4 | 0.98 | 0.55 |
| Hex | FD | E8 | 1C | 0 | 8 | 59 | 1 | 36 | 62 | 37 |
| Octal | 375 | 350 | 34 | 0 | 10 | 131 | 1 | 66 | 142 | 67 |
| Binary | 11111101 | 11101000 | 11100 | 0 | 1000 | 1011001 | 1 | 110110 | 1100010 | 110111 |
Color Harmonies of #FDE81C
Complementary color
Monochromatic Colors of #FDE81C
Black with #FDE81C
Text Example
Text Example
White with #FDE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE81C; }
p { color: rgb(253,232,28); }
H1.HeaderClassName
{
color: #FDE81C;
}
.AnyTagClassName
{
color: #FDE81C;
}
</style>
background-color css
<style>
a { background-color: #FDE81C; }
a { background-color: rgb(253,232,28); }
div.DivClassName
{
background-color: #FDE81C;
}
.BgClassName
{
background-color: #FDE81C;
}
</style>
border-color css
<style>
span { border-color: #FDE81C; }
span { border-color: rgb(253,232,28); }
td.TdClassName
{
border-color: #FDE81C;
}
.TagClassName
{
border-color: #FDE81C;
}
</style>