Shades of Lemon #FFE61F
Tints of Lemon #FFE61F
RGB
CMYK
RGB Variations
Color information
#FFE61F (or 0xFFE61F) is known color: Lemon. HEX triplet: FF, E6 and 1F. RGB value is (255,230,31). Sum of RGB (Red+Green+Blue) = 255+230+31=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE61F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE61F is #0019E0. Grayscale: #D7D7D7. Windows color (decimal): -6625 or 2090751. OLE color: 2090751.
HSL color Cylindrical-coordinate representation of color #FFE61F: hue angle of 53.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFE61F is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 31 | - |
| CMYK | 0 | 0.10 | 0.88 | 0 |
| HSL | 53.3º | 1% | 0.56% | - |
| HSV(B) | 53.3º | 0.88% | 1% | - |
| XYZ | 69.78 | 77.95 | 12.66 | - |
| YUV | 214.79 | 24.28 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 31 | 0 | 0.10 | 0.88 | 0 | 53.3 | 1 | 0.56 |
| Hex | FF | E6 | 1F | 0 | A | 58 | 0 | 35 | 64 | 38 |
| Octal | 377 | 346 | 37 | 0 | 12 | 130 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100110 | 11111 | 0 | 1010 | 1011000 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE61F
Complementary color
Monochromatic Colors of #FFE61F
Black with #FFE61F
Text Example
Text Example
White with #FFE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE61F; }
p { color: rgb(255,230,31); }
H1.HeaderClassName
{
color: #FFE61F;
}
.AnyTagClassName
{
color: #FFE61F;
}
</style>
background-color css
<style>
a { background-color: #FFE61F; }
a { background-color: rgb(255,230,31); }
div.DivClassName
{
background-color: #FFE61F;
}
.BgClassName
{
background-color: #FFE61F;
}
</style>
border-color css
<style>
span { border-color: #FFE61F; }
span { border-color: rgb(255,230,31); }
td.TdClassName
{
border-color: #FFE61F;
}
.TagClassName
{
border-color: #FFE61F;
}
</style>