Shades of Lemon #F7E70C
Tints of Lemon #F7E70C
RGB
CMYK
RGB Variations
Color information
#F7E70C (or 0xF7E70C) is known color: Lemon. HEX triplet: F7, E7 and 0C. RGB value is (247,231,12). Sum of RGB (Red+Green+Blue) = 247+231+12=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E70C is #0818F3. Grayscale: #D3D3D3. Windows color (decimal): -530676 or 845815. OLE color: 845815.
HSL color Cylindrical-coordinate representation of color #F7E70C: hue angle of 55.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7E70C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.03 |
| HSL | 55.91º | 0.94% | 0.51% | - |
| HSV(B) | 55.91º | 0.95% | 0.97% | - |
| XYZ | 67 | 76.95 | 11.67 | - |
| YUV | 210.82 | 15.8 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 12 | 0 | 0.06 | 0.95 | 0.03 | 55.91 | 0.94 | 0.51 |
| Hex | F7 | E7 | C | 0 | 6 | 5F | 3 | 38 | 5E | 33 |
| Octal | 367 | 347 | 14 | 0 | 6 | 137 | 3 | 70 | 136 | 63 |
| Binary | 11110111 | 11100111 | 1100 | 0 | 110 | 1011111 | 11 | 111000 | 1011110 | 110011 |
Color Harmonies of #F7E70C
Complementary color
Monochromatic Colors of #F7E70C
Black with #F7E70C
Text Example
Text Example
White with #F7E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E70C; }
p { color: rgb(247,231,12); }
H1.HeaderClassName
{
color: #F7E70C;
}
.AnyTagClassName
{
color: #F7E70C;
}
</style>
background-color css
<style>
a { background-color: #F7E70C; }
a { background-color: rgb(247,231,12); }
div.DivClassName
{
background-color: #F7E70C;
}
.BgClassName
{
background-color: #F7E70C;
}
</style>
border-color css
<style>
span { border-color: #F7E70C; }
span { border-color: rgb(247,231,12); }
td.TdClassName
{
border-color: #F7E70C;
}
.TagClassName
{
border-color: #F7E70C;
}
</style>