Shades of Lemon #F7ED04
Tints of Lemon #F7ED04
RGB
CMYK
RGB Variations
Color information
#F7ED04 (or 0xF7ED04) is known color: Lemon. HEX triplet: F7, ED and 04. RGB value is (247,237,4). Sum of RGB (Red+Green+Blue) = 247+237+4=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7ED04 is #0812FB. Grayscale: #D6D6D6. Windows color (decimal): -529148 or 323063. OLE color: 323063.
HSL color Cylindrical-coordinate representation of color #F7ED04: hue angle of 57.53º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7ED04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.03 |
| HSL | 57.53º | 0.97% | 0.49% | - |
| HSV(B) | 57.53º | 0.98% | 0.97% | - |
| XYZ | 68.66 | 80.35 | 12.01 | - |
| YUV | 213.43 | 9.81 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 4 | 0 | 0.04 | 0.98 | 0.03 | 57.53 | 0.97 | 0.49 |
| Hex | F7 | ED | 4 | 0 | 4 | 62 | 3 | 3A | 61 | 31 |
| Octal | 367 | 355 | 4 | 0 | 4 | 142 | 3 | 72 | 141 | 61 |
| Binary | 11110111 | 11101101 | 100 | 0 | 100 | 1100010 | 11 | 111010 | 1100001 | 110001 |
Color Harmonies of #F7ED04
Complementary color
Monochromatic Colors of #F7ED04
Black with #F7ED04
Text Example
Text Example
White with #F7ED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED04; }
p { color: rgb(247,237,4); }
H1.HeaderClassName
{
color: #F7ED04;
}
.AnyTagClassName
{
color: #F7ED04;
}
</style>
background-color css
<style>
a { background-color: #F7ED04; }
a { background-color: rgb(247,237,4); }
div.DivClassName
{
background-color: #F7ED04;
}
.BgClassName
{
background-color: #F7ED04;
}
</style>
border-color css
<style>
span { border-color: #F7ED04; }
span { border-color: rgb(247,237,4); }
td.TdClassName
{
border-color: #F7ED04;
}
.TagClassName
{
border-color: #F7ED04;
}
</style>