Shades of Lemon #FDE519
Tints of Lemon #FDE519
RGB
CMYK
RGB Variations
Color information
#FDE519 (or 0xFDE519) is known color: Lemon. HEX triplet: FD, E5 and 19. RGB value is (253,229,25). Sum of RGB (Red+Green+Blue) = 253+229+25=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 25 (10.16% from 255 or 4.93% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE519 is #021AE6. Grayscale: #D5D5D5. Windows color (decimal): -137959 or 1697277. OLE color: 1697277.
HSL color Cylindrical-coordinate representation of color #FDE519: hue angle of 53.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDE519 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 25 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.01 |
| HSL | 53.68º | 0.98% | 0.55% | - |
| HSV(B) | 53.68º | 0.9% | 0.99% | - |
| XYZ | 68.7 | 76.99 | 12.16 | - |
| YUV | 212.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 25 | 0 | 0.09 | 0.90 | 0.01 | 53.68 | 0.98 | 0.55 |
| Hex | FD | E5 | 19 | 0 | 9 | 5A | 1 | 36 | 62 | 37 |
| Octal | 375 | 345 | 31 | 0 | 11 | 132 | 1 | 66 | 142 | 67 |
| Binary | 11111101 | 11100101 | 11001 | 0 | 1001 | 1011010 | 1 | 110110 | 1100010 | 110111 |
Color Harmonies of #FDE519
Complementary color
Monochromatic Colors of #FDE519
Black with #FDE519
Text Example
Text Example
White with #FDE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE519; }
p { color: rgb(253,229,25); }
H1.HeaderClassName
{
color: #FDE519;
}
.AnyTagClassName
{
color: #FDE519;
}
</style>
background-color css
<style>
a { background-color: #FDE519; }
a { background-color: rgb(253,229,25); }
div.DivClassName
{
background-color: #FDE519;
}
.BgClassName
{
background-color: #FDE519;
}
</style>
border-color css
<style>
span { border-color: #FDE519; }
span { border-color: rgb(253,229,25); }
td.TdClassName
{
border-color: #FDE519;
}
.TagClassName
{
border-color: #FDE519;
}
</style>