Shades of Lemon #FDE718
Tints of Lemon #FDE718
RGB
CMYK
RGB Variations
Color information
#FDE718 (or 0xFDE718) is known color: Lemon. HEX triplet: FD, E7 and 18. RGB value is (253,231,24). Sum of RGB (Red+Green+Blue) = 253+231+24=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE718 is #0218E7. Grayscale: #D6D6D6. Windows color (decimal): -137448 or 1632253. OLE color: 1632253.
HSL color Cylindrical-coordinate representation of color #FDE718: hue angle of 54.24º 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 #FDE718 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 24 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 54.24º | 0.98% | 0.54% | - |
| HSV(B) | 54.24º | 0.91% | 0.99% | - |
| XYZ | 69.25 | 78.1 | 12.29 | - |
| YUV | 213.98 | 20.79 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 24 | 0 | 0.09 | 0.91 | 0.01 | 54.24 | 0.98 | 0.54 |
| Hex | FD | E7 | 18 | 0 | 9 | 5B | 1 | 36 | 62 | 36 |
| Octal | 375 | 347 | 30 | 0 | 11 | 133 | 1 | 66 | 142 | 66 |
| Binary | 11111101 | 11100111 | 11000 | 0 | 1001 | 1011011 | 1 | 110110 | 1100010 | 110110 |
Color Harmonies of #FDE718
Complementary color
Monochromatic Colors of #FDE718
Black with #FDE718
Text Example
Text Example
White with #FDE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE718; }
p { color: rgb(253,231,24); }
H1.HeaderClassName
{
color: #FDE718;
}
.AnyTagClassName
{
color: #FDE718;
}
</style>
background-color css
<style>
a { background-color: #FDE718; }
a { background-color: rgb(253,231,24); }
div.DivClassName
{
background-color: #FDE718;
}
.BgClassName
{
background-color: #FDE718;
}
</style>
border-color css
<style>
span { border-color: #FDE718; }
span { border-color: rgb(253,231,24); }
td.TdClassName
{
border-color: #FDE718;
}
.TagClassName
{
border-color: #FDE718;
}
</style>