Shades of Lemon #FDE319
Tints of Lemon #FDE319
RGB
CMYK
RGB Variations
Color information
#FDE319 (or 0xFDE319) is known color: Lemon. HEX triplet: FD, E3 and 19. RGB value is (253,227,25). Sum of RGB (Red+Green+Blue) = 253+227+25=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE319 is #021CE6. Grayscale: #D4D4D4. Windows color (decimal): -138471 or 1696765. OLE color: 1696765.
HSL color Cylindrical-coordinate representation of color #FDE319: hue angle of 53.16º 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 #FDE319 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 25 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.01 |
| HSL | 53.16º | 0.98% | 0.55% | - |
| HSV(B) | 53.16º | 0.9% | 0.99% | - |
| XYZ | 68.15 | 75.89 | 11.98 | - |
| YUV | 211.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 25 | 0 | 0.10 | 0.90 | 0.01 | 53.16 | 0.98 | 0.55 |
| Hex | FD | E3 | 19 | 0 | A | 5A | 1 | 35 | 62 | 37 |
| Octal | 375 | 343 | 31 | 0 | 12 | 132 | 1 | 65 | 142 | 67 |
| Binary | 11111101 | 11100011 | 11001 | 0 | 1010 | 1011010 | 1 | 110101 | 1100010 | 110111 |
Color Harmonies of #FDE319
Complementary color
Monochromatic Colors of #FDE319
Black with #FDE319
Text Example
Text Example
White with #FDE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE319; }
p { color: rgb(253,227,25); }
H1.HeaderClassName
{
color: #FDE319;
}
.AnyTagClassName
{
color: #FDE319;
}
</style>
background-color css
<style>
a { background-color: #FDE319; }
a { background-color: rgb(253,227,25); }
div.DivClassName
{
background-color: #FDE319;
}
.BgClassName
{
background-color: #FDE319;
}
</style>
border-color css
<style>
span { border-color: #FDE319; }
span { border-color: rgb(253,227,25); }
td.TdClassName
{
border-color: #FDE319;
}
.TagClassName
{
border-color: #FDE319;
}
</style>