Shades of Lemon #FDE019
Tints of Lemon #FDE019
RGB
CMYK
RGB Variations
Color information
#FDE019 (or 0xFDE019) is known color: Lemon. HEX triplet: FD, E0 and 19. RGB value is (253,224,25). Sum of RGB (Red+Green+Blue) = 253+224+25=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE019 is #021FE6. Grayscale: #D2D2D2. Windows color (decimal): -139239 or 1695997. OLE color: 1695997.
HSL color Cylindrical-coordinate representation of color #FDE019: hue angle of 52.37º 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 #FDE019 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.01 |
| HSL | 52.37º | 0.98% | 0.55% | - |
| HSV(B) | 52.37º | 0.9% | 0.99% | - |
| XYZ | 67.34 | 74.26 | 11.7 | - |
| YUV | 209.99 | 23.61 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 25 | 0 | 0.11 | 0.90 | 0.01 | 52.37 | 0.98 | 0.55 |
| Hex | FD | E0 | 19 | 0 | B | 5A | 1 | 34 | 62 | 37 |
| Octal | 375 | 340 | 31 | 0 | 13 | 132 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11100000 | 11001 | 0 | 1011 | 1011010 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDE019
Complementary color
Monochromatic Colors of #FDE019
Black with #FDE019
Text Example
Text Example
White with #FDE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE019; }
p { color: rgb(253,224,25); }
H1.HeaderClassName
{
color: #FDE019;
}
.AnyTagClassName
{
color: #FDE019;
}
</style>
background-color css
<style>
a { background-color: #FDE019; }
a { background-color: rgb(253,224,25); }
div.DivClassName
{
background-color: #FDE019;
}
.BgClassName
{
background-color: #FDE019;
}
</style>
border-color css
<style>
span { border-color: #FDE019; }
span { border-color: rgb(253,224,25); }
td.TdClassName
{
border-color: #FDE019;
}
.TagClassName
{
border-color: #FDE019;
}
</style>