Shades of Lemon #F7EA1E
Tints of Lemon #F7EA1E
RGB
CMYK
RGB Variations
Color information
#F7EA1E (or 0xF7EA1E) is known color: Lemon. HEX triplet: F7, EA and 1E. RGB value is (247,234,30). Sum of RGB (Red+Green+Blue) = 247+234+30=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7EA1E is #0815E1. Grayscale: #D7D7D7. Windows color (decimal): -529890 or 2026231. OLE color: 2026231.
HSL color Cylindrical-coordinate representation of color #F7EA1E: hue angle of 56.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7EA1E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 234 | 30 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.03 |
| HSL | 56.41º | 0.93% | 0.54% | - |
| HSV(B) | 56.41º | 0.88% | 0.97% | - |
| XYZ | 68.01 | 78.71 | 12.84 | - |
| YUV | 214.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 234 | 30 | 0 | 0.05 | 0.88 | 0.03 | 56.41 | 0.93 | 0.54 |
| Hex | F7 | EA | 1E | 0 | 5 | 58 | 3 | 38 | 5D | 36 |
| Octal | 367 | 352 | 36 | 0 | 5 | 130 | 3 | 70 | 135 | 66 |
| Binary | 11110111 | 11101010 | 11110 | 0 | 101 | 1011000 | 11 | 111000 | 1011101 | 110110 |
Color Harmonies of #F7EA1E
Complementary color
Monochromatic Colors of #F7EA1E
Black with #F7EA1E
Text Example
Text Example
White with #F7EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EA1E; }
p { color: rgb(247,234,30); }
H1.HeaderClassName
{
color: #F7EA1E;
}
.AnyTagClassName
{
color: #F7EA1E;
}
</style>
background-color css
<style>
a { background-color: #F7EA1E; }
a { background-color: rgb(247,234,30); }
div.DivClassName
{
background-color: #F7EA1E;
}
.BgClassName
{
background-color: #F7EA1E;
}
</style>
border-color css
<style>
span { border-color: #F7EA1E; }
span { border-color: rgb(247,234,30); }
td.TdClassName
{
border-color: #F7EA1E;
}
.TagClassName
{
border-color: #F7EA1E;
}
</style>