Shades of Lemon #F7EE0D
Tints of Lemon #F7EE0D
RGB
CMYK
RGB Variations
Color information
#F7EE0D (or 0xF7EE0D) is known color: Lemon. HEX triplet: F7, EE and 0D. RGB value is (247,238,13). Sum of RGB (Red+Green+Blue) = 247+238+13=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7EE0D is #0811F2. Grayscale: #D7D7D7. Windows color (decimal): -528883 or 913143. OLE color: 913143.
HSL color Cylindrical-coordinate representation of color #F7EE0D: hue angle of 57.69º 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 #F7EE0D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 238 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.03 |
| HSL | 57.69º | 0.94% | 0.51% | - |
| HSV(B) | 57.69º | 0.95% | 0.97% | - |
| XYZ | 69 | 80.95 | 12.37 | - |
| YUV | 215.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 238 | 13 | 0 | 0.04 | 0.95 | 0.03 | 57.69 | 0.94 | 0.51 |
| Hex | F7 | EE | D | 0 | 4 | 5F | 3 | 3A | 5E | 33 |
| Octal | 367 | 356 | 15 | 0 | 4 | 137 | 3 | 72 | 136 | 63 |
| Binary | 11110111 | 11101110 | 1101 | 0 | 100 | 1011111 | 11 | 111010 | 1011110 | 110011 |
Color Harmonies of #F7EE0D
Complementary color
Monochromatic Colors of #F7EE0D
Black with #F7EE0D
Text Example
Text Example
White with #F7EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EE0D; }
p { color: rgb(247,238,13); }
H1.HeaderClassName
{
color: #F7EE0D;
}
.AnyTagClassName
{
color: #F7EE0D;
}
</style>
background-color css
<style>
a { background-color: #F7EE0D; }
a { background-color: rgb(247,238,13); }
div.DivClassName
{
background-color: #F7EE0D;
}
.BgClassName
{
background-color: #F7EE0D;
}
</style>
border-color css
<style>
span { border-color: #F7EE0D; }
span { border-color: rgb(247,238,13); }
td.TdClassName
{
border-color: #F7EE0D;
}
.TagClassName
{
border-color: #F7EE0D;
}
</style>