Shades of Lemon #FDE819
Tints of Lemon #FDE819
RGB
CMYK
RGB Variations
Color information
#FDE819 (or 0xFDE819) is known color: Lemon. HEX triplet: FD, E8 and 19. RGB value is (253,232,25). Sum of RGB (Red+Green+Blue) = 253+232+25=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 25 (10.16% from 255 or 4.90% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE819 is #0217E6. Grayscale: #D7D7D7. Windows color (decimal): -137191 or 1698045. OLE color: 1698045.
HSL color Cylindrical-coordinate representation of color #FDE819: hue angle of 54.47º 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 #FDE819 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.01 |
| HSL | 54.47º | 0.98% | 0.55% | - |
| HSV(B) | 54.47º | 0.9% | 0.99% | - |
| XYZ | 69.54 | 78.67 | 12.44 | - |
| YUV | 214.68 | 20.96 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 25 | 0 | 0.08 | 0.90 | 0.01 | 54.47 | 0.98 | 0.55 |
| Hex | FD | E8 | 19 | 0 | 8 | 5A | 1 | 36 | 62 | 37 |
| Octal | 375 | 350 | 31 | 0 | 10 | 132 | 1 | 66 | 142 | 67 |
| Binary | 11111101 | 11101000 | 11001 | 0 | 1000 | 1011010 | 1 | 110110 | 1100010 | 110111 |
Color Harmonies of #FDE819
Complementary color
Monochromatic Colors of #FDE819
Black with #FDE819
Text Example
Text Example
White with #FDE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE819; }
p { color: rgb(253,232,25); }
H1.HeaderClassName
{
color: #FDE819;
}
.AnyTagClassName
{
color: #FDE819;
}
</style>
background-color css
<style>
a { background-color: #FDE819; }
a { background-color: rgb(253,232,25); }
div.DivClassName
{
background-color: #FDE819;
}
.BgClassName
{
background-color: #FDE819;
}
</style>
border-color css
<style>
span { border-color: #FDE819; }
span { border-color: rgb(253,232,25); }
td.TdClassName
{
border-color: #FDE819;
}
.TagClassName
{
border-color: #FDE819;
}
</style>