Shades of Lemon #F7F00A
Tints of Lemon #F7F00A
RGB
CMYK
RGB Variations
Color information
#F7F00A (or 0xF7F00A) is known color: Lemon. HEX triplet: F7, F0 and 0A. RGB value is (247,240,10). Sum of RGB (Red+Green+Blue) = 247+240+10=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 10 (4.30% from 255 or 2.01% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F00A is #080FF5. Grayscale: #D8D8D8. Windows color (decimal): -528374 or 717047. OLE color: 717047.
HSL color Cylindrical-coordinate representation of color #F7F00A: hue angle of 58.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7F00A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.03 |
| HSL | 58.23º | 0.94% | 0.5% | - |
| HSV(B) | 58.23º | 0.96% | 0.97% | - |
| XYZ | 69.57 | 82.12 | 12.47 | - |
| YUV | 215.87 | 11.82 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 10 | 0 | 0.03 | 0.96 | 0.03 | 58.23 | 0.94 | 0.5 |
| Hex | F7 | F0 | A | 0 | 3 | 60 | 3 | 3A | 5E | 32 |
| Octal | 367 | 360 | 12 | 0 | 3 | 140 | 3 | 72 | 136 | 62 |
| Binary | 11110111 | 11110000 | 1010 | 0 | 11 | 1100000 | 11 | 111010 | 1011110 | 110010 |
Color Harmonies of #F7F00A
Complementary color
Monochromatic Colors of #F7F00A
Black with #F7F00A
Text Example
Text Example
White with #F7F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F00A; }
p { color: rgb(247,240,10); }
H1.HeaderClassName
{
color: #F7F00A;
}
.AnyTagClassName
{
color: #F7F00A;
}
</style>
background-color css
<style>
a { background-color: #F7F00A; }
a { background-color: rgb(247,240,10); }
div.DivClassName
{
background-color: #F7F00A;
}
.BgClassName
{
background-color: #F7F00A;
}
</style>
border-color css
<style>
span { border-color: #F7F00A; }
span { border-color: rgb(247,240,10); }
td.TdClassName
{
border-color: #F7F00A;
}
.TagClassName
{
border-color: #F7F00A;
}
</style>