Shades of Lemon #F5E60B
Tints of Lemon #F5E60B
RGB
CMYK
RGB Variations
Color information
#F5E60B (or 0xF5E60B) is known color: Lemon. HEX triplet: F5, E6 and 0B. RGB value is (245,230,11). Sum of RGB (Red+Green+Blue) = 245+230+11=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E60B is #0A19F4. Grayscale: #D2D2D2. Windows color (decimal): -662005 or 780021. OLE color: 780021.
HSL color Cylindrical-coordinate representation of color #F5E60B: hue angle of 56.15º 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 #F5E60B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 11 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.04 |
| HSL | 56.15º | 0.92% | 0.5% | - |
| HSV(B) | 56.15º | 0.96% | 0.96% | - |
| XYZ | 66.01 | 76.03 | 11.51 | - |
| YUV | 209.52 | 15.97 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 11 | 0 | 0.06 | 0.96 | 0.04 | 56.15 | 0.92 | 0.5 |
| Hex | F5 | E6 | B | 0 | 6 | 60 | 4 | 38 | 5C | 32 |
| Octal | 365 | 346 | 13 | 0 | 6 | 140 | 4 | 70 | 134 | 62 |
| Binary | 11110101 | 11100110 | 1011 | 0 | 110 | 1100000 | 100 | 111000 | 1011100 | 110010 |
Color Harmonies of #F5E60B
Complementary color
Monochromatic Colors of #F5E60B
Black with #F5E60B
Text Example
Text Example
White with #F5E60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E60B; }
p { color: rgb(245,230,11); }
H1.HeaderClassName
{
color: #F5E60B;
}
.AnyTagClassName
{
color: #F5E60B;
}
</style>
background-color css
<style>
a { background-color: #F5E60B; }
a { background-color: rgb(245,230,11); }
div.DivClassName
{
background-color: #F5E60B;
}
.BgClassName
{
background-color: #F5E60B;
}
</style>
border-color css
<style>
span { border-color: #F5E60B; }
span { border-color: rgb(245,230,11); }
td.TdClassName
{
border-color: #F5E60B;
}
.TagClassName
{
border-color: #F5E60B;
}
</style>