Shades of Lemon #F5E705
Tints of Lemon #F5E705
RGB
CMYK
RGB Variations
Color information
#F5E705 (or 0xF5E705) is known color: Lemon. HEX triplet: F5, E7 and 05. RGB value is (245,231,5). Sum of RGB (Red+Green+Blue) = 245+231+5=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E705 is #0A18FA. Grayscale: #D2D2D2. Windows color (decimal): -661755 or 387061. OLE color: 387061.
HSL color Cylindrical-coordinate representation of color #F5E705: hue angle of 56.5º 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 #F5E705 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.04 |
| HSL | 56.5º | 0.96% | 0.49% | - |
| HSV(B) | 56.5º | 0.98% | 0.96% | - |
| XYZ | 66.26 | 76.58 | 11.43 | - |
| YUV | 209.42 | 12.64 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 5 | 0 | 0.06 | 0.98 | 0.04 | 56.5 | 0.96 | 0.49 |
| Hex | F5 | E7 | 5 | 0 | 6 | 62 | 4 | 38 | 60 | 31 |
| Octal | 365 | 347 | 5 | 0 | 6 | 142 | 4 | 70 | 140 | 61 |
| Binary | 11110101 | 11100111 | 101 | 0 | 110 | 1100010 | 100 | 111000 | 1100000 | 110001 |
Color Harmonies of #F5E705
Complementary color
Monochromatic Colors of #F5E705
Black with #F5E705
Text Example
Text Example
White with #F5E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E705; }
p { color: rgb(245,231,5); }
H1.HeaderClassName
{
color: #F5E705;
}
.AnyTagClassName
{
color: #F5E705;
}
</style>
background-color css
<style>
a { background-color: #F5E705; }
a { background-color: rgb(245,231,5); }
div.DivClassName
{
background-color: #F5E705;
}
.BgClassName
{
background-color: #F5E705;
}
</style>
border-color css
<style>
span { border-color: #F5E705; }
span { border-color: rgb(245,231,5); }
td.TdClassName
{
border-color: #F5E705;
}
.TagClassName
{
border-color: #F5E705;
}
</style>