Shades of Lemon #F5E605
Tints of Lemon #F5E605
RGB
CMYK
RGB Variations
Color information
#F5E605 (or 0xF5E605) is known color: Lemon. HEX triplet: F5, E6 and 05. RGB value is (245,230,5). Sum of RGB (Red+Green+Blue) = 245+230+5=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E605 is #0A19FA. Grayscale: #D1D1D1. Windows color (decimal): -662011 or 386805. OLE color: 386805.
HSL color Cylindrical-coordinate representation of color #F5E605: hue angle of 56.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5E605 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.04 |
| HSL | 56.25º | 0.96% | 0.49% | - |
| HSV(B) | 56.25º | 0.98% | 0.96% | - |
| XYZ | 65.98 | 76.02 | 11.34 | - |
| YUV | 208.84 | 12.97 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 5 | 0 | 0.06 | 0.98 | 0.04 | 56.25 | 0.96 | 0.49 |
| Hex | F5 | E6 | 5 | 0 | 6 | 62 | 4 | 38 | 60 | 31 |
| Octal | 365 | 346 | 5 | 0 | 6 | 142 | 4 | 70 | 140 | 61 |
| Binary | 11110101 | 11100110 | 101 | 0 | 110 | 1100010 | 100 | 111000 | 1100000 | 110001 |
Color Harmonies of #F5E605
Complementary color
Monochromatic Colors of #F5E605
Black with #F5E605
Text Example
Text Example
White with #F5E605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E605; }
p { color: rgb(245,230,5); }
H1.HeaderClassName
{
color: #F5E605;
}
.AnyTagClassName
{
color: #F5E605;
}
</style>
background-color css
<style>
a { background-color: #F5E605; }
a { background-color: rgb(245,230,5); }
div.DivClassName
{
background-color: #F5E605;
}
.BgClassName
{
background-color: #F5E605;
}
</style>
border-color css
<style>
span { border-color: #F5E605; }
span { border-color: rgb(245,230,5); }
td.TdClassName
{
border-color: #F5E605;
}
.TagClassName
{
border-color: #F5E605;
}
</style>