Shades of Lemon #F7F20A
Tints of Lemon #F7F20A
RGB
CMYK
RGB Variations
Color information
#F7F20A (or 0xF7F20A) is known color: Lemon. HEX triplet: F7, F2 and 0A. RGB value is (247,242,10). Sum of RGB (Red+Green+Blue) = 247+242+10=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F20A is #080DF5. Grayscale: #D9D9D9. Windows color (decimal): -527862 or 717559. OLE color: 717559.
HSL color Cylindrical-coordinate representation of color #F7F20A: hue angle of 58.73º 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 #F7F20A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.03 |
| HSL | 58.73º | 0.94% | 0.5% | - |
| HSV(B) | 58.73º | 0.96% | 0.97% | - |
| XYZ | 70.16 | 83.3 | 12.67 | - |
| YUV | 217.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 10 | 0 | 0.02 | 0.96 | 0.03 | 58.73 | 0.94 | 0.5 |
| Hex | F7 | F2 | A | 0 | 2 | 60 | 3 | 3B | 5E | 32 |
| Octal | 367 | 362 | 12 | 0 | 2 | 140 | 3 | 73 | 136 | 62 |
| Binary | 11110111 | 11110010 | 1010 | 0 | 10 | 1100000 | 11 | 111011 | 1011110 | 110010 |
Color Harmonies of #F7F20A
Complementary color
Monochromatic Colors of #F7F20A
Black with #F7F20A
Text Example
Text Example
White with #F7F20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F20A; }
p { color: rgb(247,242,10); }
H1.HeaderClassName
{
color: #F7F20A;
}
.AnyTagClassName
{
color: #F7F20A;
}
</style>
background-color css
<style>
a { background-color: #F7F20A; }
a { background-color: rgb(247,242,10); }
div.DivClassName
{
background-color: #F7F20A;
}
.BgClassName
{
background-color: #F7F20A;
}
</style>
border-color css
<style>
span { border-color: #F7F20A; }
span { border-color: rgb(247,242,10); }
td.TdClassName
{
border-color: #F7F20A;
}
.TagClassName
{
border-color: #F7F20A;
}
</style>