Shades of Lemon #F7E00D
Tints of Lemon #F7E00D
RGB
CMYK
RGB Variations
Color information
#F7E00D (or 0xF7E00D) is known color: Lemon. HEX triplet: F7, E0 and 0D. RGB value is (247,224,13). Sum of RGB (Red+Green+Blue) = 247+224+13=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E00D is #081FF2. Grayscale: #CFCFCF. Windows color (decimal): -532467 or 909559. OLE color: 909559.
HSL color Cylindrical-coordinate representation of color #F7E00D: hue angle of 54.1º 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 #F7E00D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.03 |
| HSL | 54.1º | 0.94% | 0.51% | - |
| HSV(B) | 54.1º | 0.95% | 0.97% | - |
| XYZ | 65.09 | 73.11 | 11.06 | - |
| YUV | 206.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 13 | 0 | 0.09 | 0.95 | 0.03 | 54.1 | 0.94 | 0.51 |
| Hex | F7 | E0 | D | 0 | 9 | 5F | 3 | 36 | 5E | 33 |
| Octal | 367 | 340 | 15 | 0 | 11 | 137 | 3 | 66 | 136 | 63 |
| Binary | 11110111 | 11100000 | 1101 | 0 | 1001 | 1011111 | 11 | 110110 | 1011110 | 110011 |
Color Harmonies of #F7E00D
Complementary color
Monochromatic Colors of #F7E00D
Black with #F7E00D
Text Example
Text Example
White with #F7E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E00D; }
p { color: rgb(247,224,13); }
H1.HeaderClassName
{
color: #F7E00D;
}
.AnyTagClassName
{
color: #F7E00D;
}
</style>
background-color css
<style>
a { background-color: #F7E00D; }
a { background-color: rgb(247,224,13); }
div.DivClassName
{
background-color: #F7E00D;
}
.BgClassName
{
background-color: #F7E00D;
}
</style>
border-color css
<style>
span { border-color: #F7E00D; }
span { border-color: rgb(247,224,13); }
td.TdClassName
{
border-color: #F7E00D;
}
.TagClassName
{
border-color: #F7E00D;
}
</style>