Shades of Lemon #FDE613
Tints of Lemon #FDE613
RGB
CMYK
RGB Variations
Color information
#FDE613 (or 0xFDE613) is known color: Lemon. HEX triplet: FD, E6 and 13. RGB value is (253,230,19). Sum of RGB (Red+Green+Blue) = 253+230+19=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE613 is #0219EC. Grayscale: #D5D5D5. Windows color (decimal): -137709 or 1304317. OLE color: 1304317.
HSL color Cylindrical-coordinate representation of color #FDE613: hue angle of 54.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDE613 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.01 |
| HSL | 54.1º | 0.98% | 0.53% | - |
| HSV(B) | 54.1º | 0.92% | 0.99% | - |
| XYZ | 68.92 | 77.52 | 11.95 | - |
| YUV | 212.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 19 | 0 | 0.09 | 0.92 | 0.01 | 54.1 | 0.98 | 0.53 |
| Hex | FD | E6 | 13 | 0 | 9 | 5C | 1 | 36 | 62 | 35 |
| Octal | 375 | 346 | 23 | 0 | 11 | 134 | 1 | 66 | 142 | 65 |
| Binary | 11111101 | 11100110 | 10011 | 0 | 1001 | 1011100 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FDE613
Complementary color
Monochromatic Colors of #FDE613
Black with #FDE613
Text Example
Text Example
White with #FDE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE613; }
p { color: rgb(253,230,19); }
H1.HeaderClassName
{
color: #FDE613;
}
.AnyTagClassName
{
color: #FDE613;
}
</style>
background-color css
<style>
a { background-color: #FDE613; }
a { background-color: rgb(253,230,19); }
div.DivClassName
{
background-color: #FDE613;
}
.BgClassName
{
background-color: #FDE613;
}
</style>
border-color css
<style>
span { border-color: #FDE613; }
span { border-color: rgb(253,230,19); }
td.TdClassName
{
border-color: #FDE613;
}
.TagClassName
{
border-color: #FDE613;
}
</style>