Shades of Lemon #F5E60A
Tints of Lemon #F5E60A
RGB
CMYK
RGB Variations
Color information
#F5E60A (or 0xF5E60A) is known color: Lemon. HEX triplet: F5, E6 and 0A. RGB value is (245,230,10). Sum of RGB (Red+Green+Blue) = 245+230+10=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E60A is #0A19F5. Grayscale: #D2D2D2. Windows color (decimal): -662006 or 714485. OLE color: 714485.
HSL color Cylindrical-coordinate representation of color #F5E60A: hue angle of 56.17º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5E60A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.04 |
| HSL | 56.17º | 0.92% | 0.5% | - |
| HSV(B) | 56.17º | 0.96% | 0.96% | - |
| XYZ | 66.01 | 76.03 | 11.48 | - |
| YUV | 209.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 10 | 0 | 0.06 | 0.96 | 0.04 | 56.17 | 0.92 | 0.5 |
| Hex | F5 | E6 | A | 0 | 6 | 60 | 4 | 38 | 5C | 32 |
| Octal | 365 | 346 | 12 | 0 | 6 | 140 | 4 | 70 | 134 | 62 |
| Binary | 11110101 | 11100110 | 1010 | 0 | 110 | 1100000 | 100 | 111000 | 1011100 | 110010 |
Color Harmonies of #F5E60A
Complementary color
Monochromatic Colors of #F5E60A
Black with #F5E60A
Text Example
Text Example
White with #F5E60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E60A; }
p { color: rgb(245,230,10); }
H1.HeaderClassName
{
color: #F5E60A;
}
.AnyTagClassName
{
color: #F5E60A;
}
</style>
background-color css
<style>
a { background-color: #F5E60A; }
a { background-color: rgb(245,230,10); }
div.DivClassName
{
background-color: #F5E60A;
}
.BgClassName
{
background-color: #F5E60A;
}
</style>
border-color css
<style>
span { border-color: #F5E60A; }
span { border-color: rgb(245,230,10); }
td.TdClassName
{
border-color: #F5E60A;
}
.TagClassName
{
border-color: #F5E60A;
}
</style>