Shades of Lemon #F7E522
Tints of Lemon #F7E522
RGB
CMYK
RGB Variations
Color information
#F7E522 (or 0xF7E522) is known color: Lemon. HEX triplet: F7, E5 and 22. RGB value is (247,229,34). Sum of RGB (Red+Green+Blue) = 247+229+34=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E522 is #081ADD. Grayscale: #D4D4D4. Windows color (decimal): -531166 or 2287095. OLE color: 2287095.
HSL color Cylindrical-coordinate representation of color #F7E522: hue angle of 54.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7E522 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 34 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.03 |
| HSL | 54.93º | 0.93% | 0.55% | - |
| HSV(B) | 54.93º | 0.86% | 0.97% | - |
| XYZ | 66.67 | 75.93 | 12.66 | - |
| YUV | 212.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 34 | 0 | 0.07 | 0.86 | 0.03 | 54.93 | 0.93 | 0.55 |
| Hex | F7 | E5 | 22 | 0 | 7 | 56 | 3 | 37 | 5D | 37 |
| Octal | 367 | 345 | 42 | 0 | 7 | 126 | 3 | 67 | 135 | 67 |
| Binary | 11110111 | 11100101 | 100010 | 0 | 111 | 1010110 | 11 | 110111 | 1011101 | 110111 |
Color Harmonies of #F7E522
Complementary color
Monochromatic Colors of #F7E522
Black with #F7E522
Text Example
Text Example
White with #F7E522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E522; }
p { color: rgb(247,229,34); }
H1.HeaderClassName
{
color: #F7E522;
}
.AnyTagClassName
{
color: #F7E522;
}
</style>
background-color css
<style>
a { background-color: #F7E522; }
a { background-color: rgb(247,229,34); }
div.DivClassName
{
background-color: #F7E522;
}
.BgClassName
{
background-color: #F7E522;
}
</style>
border-color css
<style>
span { border-color: #F7E522; }
span { border-color: rgb(247,229,34); }
td.TdClassName
{
border-color: #F7E522;
}
.TagClassName
{
border-color: #F7E522;
}
</style>