Shades of Lemon #FDE615
Tints of Lemon #FDE615
RGB
CMYK
RGB Variations
Color information
#FDE615 (or 0xFDE615) is known color: Lemon. HEX triplet: FD, E6 and 15. RGB value is (253,230,21). Sum of RGB (Red+Green+Blue) = 253+230+21=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE615 is #0219EA. Grayscale: #D5D5D5. Windows color (decimal): -137707 or 1435389. OLE color: 1435389.
HSL color Cylindrical-coordinate representation of color #FDE615: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDE615 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 21 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.01 |
| HSL | 54.05º | 0.98% | 0.54% | - |
| HSV(B) | 54.05º | 0.92% | 0.99% | - |
| XYZ | 68.94 | 77.53 | 12.04 | - |
| YUV | 213.05 | 19.62 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 21 | 0 | 0.09 | 0.92 | 0.01 | 54.05 | 0.98 | 0.54 |
| Hex | FD | E6 | 15 | 0 | 9 | 5C | 1 | 36 | 62 | 36 |
| Octal | 375 | 346 | 25 | 0 | 11 | 134 | 1 | 66 | 142 | 66 |
| Binary | 11111101 | 11100110 | 10101 | 0 | 1001 | 1011100 | 1 | 110110 | 1100010 | 110110 |
Color Harmonies of #FDE615
Complementary color
Monochromatic Colors of #FDE615
Black with #FDE615
Text Example
Text Example
White with #FDE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE615; }
p { color: rgb(253,230,21); }
H1.HeaderClassName
{
color: #FDE615;
}
.AnyTagClassName
{
color: #FDE615;
}
</style>
background-color css
<style>
a { background-color: #FDE615; }
a { background-color: rgb(253,230,21); }
div.DivClassName
{
background-color: #FDE615;
}
.BgClassName
{
background-color: #FDE615;
}
</style>
border-color css
<style>
span { border-color: #FDE615; }
span { border-color: rgb(253,230,21); }
td.TdClassName
{
border-color: #FDE615;
}
.TagClassName
{
border-color: #FDE615;
}
</style>