Shades of Lemon #FFE00F
Tints of Lemon #FFE00F
RGB
CMYK
RGB Variations
Color information
#FFE00F (or 0xFFE00F) is known color: Lemon. HEX triplet: FF, E0 and 0F. RGB value is (255,224,15). Sum of RGB (Red+Green+Blue) = 255+224+15=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE00F is #001FF0. Grayscale: #D2D2D2. Windows color (decimal): -8177 or 1040639. OLE color: 1040639.
HSL color Cylindrical-coordinate representation of color #FFE00F: hue angle of 52.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFE00F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0 |
| HSL | 52.25º | 1% | 0.53% | - |
| HSV(B) | 52.25º | 0.94% | 1% | - |
| XYZ | 67.98 | 74.61 | 11.27 | - |
| YUV | 209.44 | 18.27 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 15 | 0 | 0.12 | 0.94 | 0 | 52.25 | 1 | 0.53 |
| Hex | FF | E0 | F | 0 | C | 5E | 0 | 34 | 64 | 35 |
| Octal | 377 | 340 | 17 | 0 | 14 | 136 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11100000 | 1111 | 0 | 1100 | 1011110 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFE00F
Complementary color
Monochromatic Colors of #FFE00F
Black with #FFE00F
Text Example
Text Example
White with #FFE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE00F; }
p { color: rgb(255,224,15); }
H1.HeaderClassName
{
color: #FFE00F;
}
.AnyTagClassName
{
color: #FFE00F;
}
</style>
background-color css
<style>
a { background-color: #FFE00F; }
a { background-color: rgb(255,224,15); }
div.DivClassName
{
background-color: #FFE00F;
}
.BgClassName
{
background-color: #FFE00F;
}
</style>
border-color css
<style>
span { border-color: #FFE00F; }
span { border-color: rgb(255,224,15); }
td.TdClassName
{
border-color: #FFE00F;
}
.TagClassName
{
border-color: #FFE00F;
}
</style>