Shades of Lemon #F5E905
Tints of Lemon #F5E905
RGB
CMYK
RGB Variations
Color information
#F5E905 (or 0xF5E905) is known color: Lemon. HEX triplet: F5, E9 and 05. RGB value is (245,233,5). Sum of RGB (Red+Green+Blue) = 245+233+5=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E905 is #0A16FA. Grayscale: #D3D3D3. Windows color (decimal): -661243 or 387573. OLE color: 387573.
HSL color Cylindrical-coordinate representation of color #F5E905: hue angle of 57º 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 #F5E905 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.04 |
| HSL | 57º | 0.96% | 0.49% | - |
| HSV(B) | 57º | 0.98% | 0.96% | - |
| XYZ | 66.82 | 77.7 | 11.62 | - |
| YUV | 210.6 | 11.98 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 5 | 0 | 0.05 | 0.98 | 0.04 | 57 | 0.96 | 0.49 |
| Hex | F5 | E9 | 5 | 0 | 5 | 62 | 4 | 39 | 60 | 31 |
| Octal | 365 | 351 | 5 | 0 | 5 | 142 | 4 | 71 | 140 | 61 |
| Binary | 11110101 | 11101001 | 101 | 0 | 101 | 1100010 | 100 | 111001 | 1100000 | 110001 |
Color Harmonies of #F5E905
Complementary color
Monochromatic Colors of #F5E905
Black with #F5E905
Text Example
Text Example
White with #F5E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E905; }
p { color: rgb(245,233,5); }
H1.HeaderClassName
{
color: #F5E905;
}
.AnyTagClassName
{
color: #F5E905;
}
</style>
background-color css
<style>
a { background-color: #F5E905; }
a { background-color: rgb(245,233,5); }
div.DivClassName
{
background-color: #F5E905;
}
.BgClassName
{
background-color: #F5E905;
}
</style>
border-color css
<style>
span { border-color: #F5E905; }
span { border-color: rgb(245,233,5); }
td.TdClassName
{
border-color: #F5E905;
}
.TagClassName
{
border-color: #F5E905;
}
</style>