Shades of Lemon #F7E80C
Tints of Lemon #F7E80C
RGB
CMYK
RGB Variations
Color information
#F7E80C (or 0xF7E80C) is known color: Lemon. HEX triplet: F7, E8 and 0C. RGB value is (247,232,12). Sum of RGB (Red+Green+Blue) = 247+232+12=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 12 (5.08% from 255 or 2.44% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E80C is #0817F3. Grayscale: #D4D4D4. Windows color (decimal): -530420 or 846071. OLE color: 846071.
HSL color Cylindrical-coordinate representation of color #F7E80C: hue angle of 56.17º 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 #F7E80C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 232 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.03 |
| HSL | 56.17º | 0.94% | 0.51% | - |
| HSV(B) | 56.17º | 0.95% | 0.97% | - |
| XYZ | 67.28 | 77.51 | 11.76 | - |
| YUV | 211.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 232 | 12 | 0 | 0.06 | 0.95 | 0.03 | 56.17 | 0.94 | 0.51 |
| Hex | F7 | E8 | C | 0 | 6 | 5F | 3 | 38 | 5E | 33 |
| Octal | 367 | 350 | 14 | 0 | 6 | 137 | 3 | 70 | 136 | 63 |
| Binary | 11110111 | 11101000 | 1100 | 0 | 110 | 1011111 | 11 | 111000 | 1011110 | 110011 |
Color Harmonies of #F7E80C
Complementary color
Monochromatic Colors of #F7E80C
Black with #F7E80C
Text Example
Text Example
White with #F7E80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E80C; }
p { color: rgb(247,232,12); }
H1.HeaderClassName
{
color: #F7E80C;
}
.AnyTagClassName
{
color: #F7E80C;
}
</style>
background-color css
<style>
a { background-color: #F7E80C; }
a { background-color: rgb(247,232,12); }
div.DivClassName
{
background-color: #F7E80C;
}
.BgClassName
{
background-color: #F7E80C;
}
</style>
border-color css
<style>
span { border-color: #F7E80C; }
span { border-color: rgb(247,232,12); }
td.TdClassName
{
border-color: #F7E80C;
}
.TagClassName
{
border-color: #F7E80C;
}
</style>