Shades of Lemon #F7E70B
Tints of Lemon #F7E70B
RGB
CMYK
RGB Variations
Color information
#F7E70B (or 0xF7E70B) is known color: Lemon. HEX triplet: F7, E7 and 0B. RGB value is (247,231,11). Sum of RGB (Red+Green+Blue) = 247+231+11=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E70B is #0818F4. Grayscale: #D3D3D3. Windows color (decimal): -530677 or 780279. OLE color: 780279.
HSL color Cylindrical-coordinate representation of color #F7E70B: hue angle of 55.93º 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 #F7E70B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 11 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.03 |
| HSL | 55.93º | 0.94% | 0.51% | - |
| HSV(B) | 55.93º | 0.96% | 0.97% | - |
| XYZ | 66.99 | 76.95 | 11.64 | - |
| YUV | 210.7 | 15.3 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 11 | 0 | 0.06 | 0.96 | 0.03 | 55.93 | 0.94 | 0.51 |
| Hex | F7 | E7 | B | 0 | 6 | 60 | 3 | 38 | 5E | 33 |
| Octal | 367 | 347 | 13 | 0 | 6 | 140 | 3 | 70 | 136 | 63 |
| Binary | 11110111 | 11100111 | 1011 | 0 | 110 | 1100000 | 11 | 111000 | 1011110 | 110011 |
Color Harmonies of #F7E70B
Complementary color
Monochromatic Colors of #F7E70B
Black with #F7E70B
Text Example
Text Example
White with #F7E70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E70B; }
p { color: rgb(247,231,11); }
H1.HeaderClassName
{
color: #F7E70B;
}
.AnyTagClassName
{
color: #F7E70B;
}
</style>
background-color css
<style>
a { background-color: #F7E70B; }
a { background-color: rgb(247,231,11); }
div.DivClassName
{
background-color: #F7E70B;
}
.BgClassName
{
background-color: #F7E70B;
}
</style>
border-color css
<style>
span { border-color: #F7E70B; }
span { border-color: rgb(247,231,11); }
td.TdClassName
{
border-color: #F7E70B;
}
.TagClassName
{
border-color: #F7E70B;
}
</style>