Shades of Lemon #FFE615
Tints of Lemon #FFE615
RGB
CMYK
RGB Variations
Color information
#FFE615 (or 0xFFE615) is known color: Lemon. HEX triplet: FF, E6 and 15. RGB value is (255,230,21). Sum of RGB (Red+Green+Blue) = 255+230+21=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE615 is #0019EA. Grayscale: #D6D6D6. Windows color (decimal): -6635 or 1435391. OLE color: 1435391.
HSL color Cylindrical-coordinate representation of color #FFE615: hue angle of 53.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFE615 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 21 | - |
| CMYK | 0 | 0.10 | 0.92 | 0 |
| HSL | 53.59º | 1% | 0.54% | - |
| HSV(B) | 53.59º | 0.92% | 1% | - |
| XYZ | 69.67 | 77.91 | 12.08 | - |
| YUV | 213.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 21 | 0 | 0.10 | 0.92 | 0 | 53.59 | 1 | 0.54 |
| Hex | FF | E6 | 15 | 0 | A | 5C | 0 | 36 | 64 | 36 |
| Octal | 377 | 346 | 25 | 0 | 12 | 134 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11100110 | 10101 | 0 | 1010 | 1011100 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE615
Complementary color
Monochromatic Colors of #FFE615
Black with #FFE615
Text Example
Text Example
White with #FFE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE615; }
p { color: rgb(255,230,21); }
H1.HeaderClassName
{
color: #FFE615;
}
.AnyTagClassName
{
color: #FFE615;
}
</style>
background-color css
<style>
a { background-color: #FFE615; }
a { background-color: rgb(255,230,21); }
div.DivClassName
{
background-color: #FFE615;
}
.BgClassName
{
background-color: #FFE615;
}
</style>
border-color css
<style>
span { border-color: #FFE615; }
span { border-color: rgb(255,230,21); }
td.TdClassName
{
border-color: #FFE615;
}
.TagClassName
{
border-color: #FFE615;
}
</style>