Shades of Lemon #F5E807
Tints of Lemon #F5E807
RGB
CMYK
RGB Variations
Color information
#F5E807 (or 0xF5E807) is known color: Lemon. HEX triplet: F5, E8 and 07. RGB value is (245,232,7). Sum of RGB (Red+Green+Blue) = 245+232+7=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 7 (3.12% from 255 or 1.45% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E807 is #0A17F8. Grayscale: #D3D3D3. Windows color (decimal): -661497 or 518389. OLE color: 518389.
HSL color Cylindrical-coordinate representation of color #F5E807: hue angle of 56.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5E807 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.04 |
| HSL | 56.72º | 0.94% | 0.49% | - |
| HSV(B) | 56.72º | 0.97% | 0.96% | - |
| XYZ | 66.55 | 77.14 | 11.58 | - |
| YUV | 210.24 | 13.31 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 7 | 0 | 0.05 | 0.97 | 0.04 | 56.72 | 0.94 | 0.49 |
| Hex | F5 | E8 | 7 | 0 | 5 | 61 | 4 | 39 | 5E | 31 |
| Octal | 365 | 350 | 7 | 0 | 5 | 141 | 4 | 71 | 136 | 61 |
| Binary | 11110101 | 11101000 | 111 | 0 | 101 | 1100001 | 100 | 111001 | 1011110 | 110001 |
Color Harmonies of #F5E807
Complementary color
Monochromatic Colors of #F5E807
Black with #F5E807
Text Example
Text Example
White with #F5E807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E807; }
p { color: rgb(245,232,7); }
H1.HeaderClassName
{
color: #F5E807;
}
.AnyTagClassName
{
color: #F5E807;
}
</style>
background-color css
<style>
a { background-color: #F5E807; }
a { background-color: rgb(245,232,7); }
div.DivClassName
{
background-color: #F5E807;
}
.BgClassName
{
background-color: #F5E807;
}
</style>
border-color css
<style>
span { border-color: #F5E807; }
span { border-color: rgb(245,232,7); }
td.TdClassName
{
border-color: #F5E807;
}
.TagClassName
{
border-color: #F5E807;
}
</style>