Shades of Lemon #F7E30B
Tints of Lemon #F7E30B
RGB
CMYK
RGB Variations
Color information
#F7E30B (or 0xF7E30B) is known color: Lemon. HEX triplet: F7, E3 and 0B. RGB value is (247,227,11). Sum of RGB (Red+Green+Blue) = 247+227+11=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E30B is #081CF4. Grayscale: #D1D1D1. Windows color (decimal): -531701 or 779255. OLE color: 779255.
HSL color Cylindrical-coordinate representation of color #F7E30B: hue angle of 54.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7E30B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 11 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.03 |
| HSL | 54.92º | 0.94% | 0.51% | - |
| HSV(B) | 54.92º | 0.96% | 0.97% | - |
| XYZ | 65.89 | 74.74 | 11.27 | - |
| YUV | 208.36 | 16.63 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 11 | 0 | 0.08 | 0.96 | 0.03 | 54.92 | 0.94 | 0.51 |
| Hex | F7 | E3 | B | 0 | 8 | 60 | 3 | 37 | 5E | 33 |
| Octal | 367 | 343 | 13 | 0 | 10 | 140 | 3 | 67 | 136 | 63 |
| Binary | 11110111 | 11100011 | 1011 | 0 | 1000 | 1100000 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F7E30B
Complementary color
Monochromatic Colors of #F7E30B
Black with #F7E30B
Text Example
Text Example
White with #F7E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E30B; }
p { color: rgb(247,227,11); }
H1.HeaderClassName
{
color: #F7E30B;
}
.AnyTagClassName
{
color: #F7E30B;
}
</style>
background-color css
<style>
a { background-color: #F7E30B; }
a { background-color: rgb(247,227,11); }
div.DivClassName
{
background-color: #F7E30B;
}
.BgClassName
{
background-color: #F7E30B;
}
</style>
border-color css
<style>
span { border-color: #F7E30B; }
span { border-color: rgb(247,227,11); }
td.TdClassName
{
border-color: #F7E30B;
}
.TagClassName
{
border-color: #F7E30B;
}
</style>