Shades of Lemon #F7F71D
Tints of Lemon #F7F71D
RGB
CMYK
RGB Variations
Color information
#F7F71D (or 0xF7F71D) is known color: Lemon. HEX triplet: F7, F7 and 1D. RGB value is (247,247,29). Sum of RGB (Red+Green+Blue) = 247+247+29=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 29 (11.72% from 255 or 5.54% from 523); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F71D is #0808E2. Grayscale: #DFDFDF. Windows color (decimal): -526563 or 1964023. OLE color: 1964023.
HSL color Cylindrical-coordinate representation of color #F7F71D: hue angle of 60º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7F71D is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 247 | 29 | - |
| CMYK | 0 | 0 | 0.88 | 0.03 |
| HSL | 60º | 0.93% | 0.54% | - |
| HSV(B) | 60º | 0.88% | 0.97% | - |
| XYZ | 71.84 | 86.38 | 14.05 | - |
| YUV | 222.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 247 | 29 | 0 | 0 | 0.88 | 0.03 | 60 | 0.93 | 0.54 |
| Hex | F7 | F7 | 1D | 0 | 0 | 58 | 3 | 3C | 5D | 36 |
| Octal | 367 | 367 | 35 | 0 | 0 | 130 | 3 | 74 | 135 | 66 |
| Binary | 11110111 | 11110111 | 11101 | 0 | 0 | 1011000 | 11 | 111100 | 1011101 | 110110 |
Color Harmonies of #F7F71D
Complementary color
Monochromatic Colors of #F7F71D
Black with #F7F71D
Text Example
Text Example
White with #F7F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F71D; }
p { color: rgb(247,247,29); }
H1.HeaderClassName
{
color: #F7F71D;
}
.AnyTagClassName
{
color: #F7F71D;
}
</style>
background-color css
<style>
a { background-color: #F7F71D; }
a { background-color: rgb(247,247,29); }
div.DivClassName
{
background-color: #F7F71D;
}
.BgClassName
{
background-color: #F7F71D;
}
</style>
border-color css
<style>
span { border-color: #F7F71D; }
span { border-color: rgb(247,247,29); }
td.TdClassName
{
border-color: #F7F71D;
}
.TagClassName
{
border-color: #F7F71D;
}
</style>