Shades of Lemon #FDE51C
Tints of Lemon #FDE51C
RGB
CMYK
RGB Variations
Color information
#FDE51C (or 0xFDE51C) is known color: Lemon. HEX triplet: FD, E5 and 1C. RGB value is (253,229,28). Sum of RGB (Red+Green+Blue) = 253+229+28=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 28 (11.33% from 255 or 5.49% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE51C is #021AE3. Grayscale: #D6D6D6. Windows color (decimal): -137956 or 1893885. OLE color: 1893885.
HSL color Cylindrical-coordinate representation of color #FDE51C: hue angle of 53.6º 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 #FDE51C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 28 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.01 |
| HSL | 53.6º | 0.98% | 0.55% | - |
| HSV(B) | 53.6º | 0.89% | 0.99% | - |
| XYZ | 68.74 | 77.01 | 12.34 | - |
| YUV | 213.26 | 23.45 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 28 | 0 | 0.09 | 0.89 | 0.01 | 53.6 | 0.98 | 0.55 |
| Hex | FD | E5 | 1C | 0 | 9 | 59 | 1 | 36 | 62 | 37 |
| Octal | 375 | 345 | 34 | 0 | 11 | 131 | 1 | 66 | 142 | 67 |
| Binary | 11111101 | 11100101 | 11100 | 0 | 1001 | 1011001 | 1 | 110110 | 1100010 | 110111 |
Color Harmonies of #FDE51C
Complementary color
Monochromatic Colors of #FDE51C
Black with #FDE51C
Text Example
Text Example
White with #FDE51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE51C; }
p { color: rgb(253,229,28); }
H1.HeaderClassName
{
color: #FDE51C;
}
.AnyTagClassName
{
color: #FDE51C;
}
</style>
background-color css
<style>
a { background-color: #FDE51C; }
a { background-color: rgb(253,229,28); }
div.DivClassName
{
background-color: #FDE51C;
}
.BgClassName
{
background-color: #FDE51C;
}
</style>
border-color css
<style>
span { border-color: #FDE51C; }
span { border-color: rgb(253,229,28); }
td.TdClassName
{
border-color: #FDE51C;
}
.TagClassName
{
border-color: #FDE51C;
}
</style>