Shades of Lemon #FDE618
Tints of Lemon #FDE618
RGB
CMYK
RGB Variations
Color information
#FDE618 (or 0xFDE618) is known color: Lemon. HEX triplet: FD, E6 and 18. RGB value is (253,230,24). Sum of RGB (Red+Green+Blue) = 253+230+24=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE618 is #0219E7. Grayscale: #D6D6D6. Windows color (decimal): -137704 or 1631997. OLE color: 1631997.
HSL color Cylindrical-coordinate representation of color #FDE618: hue angle of 53.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDE618 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 24 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 53.97º | 0.98% | 0.54% | - |
| HSV(B) | 53.97º | 0.91% | 0.99% | - |
| XYZ | 68.97 | 77.54 | 12.2 | - |
| YUV | 213.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 24 | 0 | 0.09 | 0.91 | 0.01 | 53.97 | 0.98 | 0.54 |
| Hex | FD | E6 | 18 | 0 | 9 | 5B | 1 | 36 | 62 | 36 |
| Octal | 375 | 346 | 30 | 0 | 11 | 133 | 1 | 66 | 142 | 66 |
| Binary | 11111101 | 11100110 | 11000 | 0 | 1001 | 1011011 | 1 | 110110 | 1100010 | 110110 |
Color Harmonies of #FDE618
Complementary color
Monochromatic Colors of #FDE618
Black with #FDE618
Text Example
Text Example
White with #FDE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE618; }
p { color: rgb(253,230,24); }
H1.HeaderClassName
{
color: #FDE618;
}
.AnyTagClassName
{
color: #FDE618;
}
</style>
background-color css
<style>
a { background-color: #FDE618; }
a { background-color: rgb(253,230,24); }
div.DivClassName
{
background-color: #FDE618;
}
.BgClassName
{
background-color: #FDE618;
}
</style>
border-color css
<style>
span { border-color: #FDE618; }
span { border-color: rgb(253,230,24); }
td.TdClassName
{
border-color: #FDE618;
}
.TagClassName
{
border-color: #FDE618;
}
</style>