Shades of Lemon #FDE219
Tints of Lemon #FDE219
RGB
CMYK
RGB Variations
Color information
#FDE219 (or 0xFDE219) is known color: Lemon. HEX triplet: FD, E2 and 19. RGB value is (253,226,25). Sum of RGB (Red+Green+Blue) = 253+226+25=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE219 is #021DE6. Grayscale: #D3D3D3. Windows color (decimal): -138727 or 1696509. OLE color: 1696509.
HSL color Cylindrical-coordinate representation of color #FDE219: hue angle of 52.89º 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 #FDE219 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.01 |
| HSL | 52.89º | 0.98% | 0.55% | - |
| HSV(B) | 52.89º | 0.9% | 0.99% | - |
| XYZ | 67.88 | 75.35 | 11.89 | - |
| YUV | 211.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 25 | 0 | 0.11 | 0.90 | 0.01 | 52.89 | 0.98 | 0.55 |
| Hex | FD | E2 | 19 | 0 | B | 5A | 1 | 35 | 62 | 37 |
| Octal | 375 | 342 | 31 | 0 | 13 | 132 | 1 | 65 | 142 | 67 |
| Binary | 11111101 | 11100010 | 11001 | 0 | 1011 | 1011010 | 1 | 110101 | 1100010 | 110111 |
Color Harmonies of #FDE219
Complementary color
Monochromatic Colors of #FDE219
Black with #FDE219
Text Example
Text Example
White with #FDE219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE219; }
p { color: rgb(253,226,25); }
H1.HeaderClassName
{
color: #FDE219;
}
.AnyTagClassName
{
color: #FDE219;
}
</style>
background-color css
<style>
a { background-color: #FDE219; }
a { background-color: rgb(253,226,25); }
div.DivClassName
{
background-color: #FDE219;
}
.BgClassName
{
background-color: #FDE219;
}
</style>
border-color css
<style>
span { border-color: #FDE219; }
span { border-color: rgb(253,226,25); }
td.TdClassName
{
border-color: #FDE219;
}
.TagClassName
{
border-color: #FDE219;
}
</style>