Shades of Lemon #F5E60D
Tints of Lemon #F5E60D
RGB
CMYK
RGB Variations
Color information
#F5E60D (or 0xF5E60D) is known color: Lemon. HEX triplet: F5, E6 and 0D. RGB value is (245,230,13). Sum of RGB (Red+Green+Blue) = 245+230+13=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E60D is #0A19F2. Grayscale: #D2D2D2. Windows color (decimal): -662003 or 911093. OLE color: 911093.
HSL color Cylindrical-coordinate representation of color #F5E60D: hue angle of 56.12º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5E60D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.04 |
| HSL | 56.12º | 0.92% | 0.51% | - |
| HSV(B) | 56.12º | 0.95% | 0.96% | - |
| XYZ | 66.03 | 76.04 | 11.58 | - |
| YUV | 209.75 | 16.97 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 13 | 0 | 0.06 | 0.95 | 0.04 | 56.12 | 0.92 | 0.51 |
| Hex | F5 | E6 | D | 0 | 6 | 5F | 4 | 38 | 5C | 33 |
| Octal | 365 | 346 | 15 | 0 | 6 | 137 | 4 | 70 | 134 | 63 |
| Binary | 11110101 | 11100110 | 1101 | 0 | 110 | 1011111 | 100 | 111000 | 1011100 | 110011 |
Color Harmonies of #F5E60D
Complementary color
Monochromatic Colors of #F5E60D
Black with #F5E60D
Text Example
Text Example
White with #F5E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E60D; }
p { color: rgb(245,230,13); }
H1.HeaderClassName
{
color: #F5E60D;
}
.AnyTagClassName
{
color: #F5E60D;
}
</style>
background-color css
<style>
a { background-color: #F5E60D; }
a { background-color: rgb(245,230,13); }
div.DivClassName
{
background-color: #F5E60D;
}
.BgClassName
{
background-color: #F5E60D;
}
</style>
border-color css
<style>
span { border-color: #F5E60D; }
span { border-color: rgb(245,230,13); }
td.TdClassName
{
border-color: #F5E60D;
}
.TagClassName
{
border-color: #F5E60D;
}
</style>