Shades of Lemon #F7E30E
Tints of Lemon #F7E30E
RGB
CMYK
RGB Variations
Color information
#F7E30E (or 0xF7E30E) is known color: Lemon. HEX triplet: F7, E3 and 0E. RGB value is (247,227,14). Sum of RGB (Red+Green+Blue) = 247+227+14=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E30E is #081CF1. Grayscale: #D1D1D1. Windows color (decimal): -531698 or 975863. OLE color: 975863.
HSL color Cylindrical-coordinate representation of color #F7E30E: hue angle of 54.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7E30E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.03 |
| HSL | 54.85º | 0.94% | 0.51% | - |
| HSV(B) | 54.85º | 0.94% | 0.97% | - |
| XYZ | 65.91 | 74.74 | 11.37 | - |
| YUV | 208.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 14 | 0 | 0.08 | 0.94 | 0.03 | 54.85 | 0.94 | 0.51 |
| Hex | F7 | E3 | E | 0 | 8 | 5E | 3 | 37 | 5E | 33 |
| Octal | 367 | 343 | 16 | 0 | 10 | 136 | 3 | 67 | 136 | 63 |
| Binary | 11110111 | 11100011 | 1110 | 0 | 1000 | 1011110 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F7E30E
Complementary color
Monochromatic Colors of #F7E30E
Black with #F7E30E
Text Example
Text Example
White with #F7E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E30E; }
p { color: rgb(247,227,14); }
H1.HeaderClassName
{
color: #F7E30E;
}
.AnyTagClassName
{
color: #F7E30E;
}
</style>
background-color css
<style>
a { background-color: #F7E30E; }
a { background-color: rgb(247,227,14); }
div.DivClassName
{
background-color: #F7E30E;
}
.BgClassName
{
background-color: #F7E30E;
}
</style>
border-color css
<style>
span { border-color: #F7E30E; }
span { border-color: rgb(247,227,14); }
td.TdClassName
{
border-color: #F7E30E;
}
.TagClassName
{
border-color: #F7E30E;
}
</style>