Shades of Lemon #F5F614
Tints of Lemon #F5F614
RGB
CMYK
RGB Variations
Color information
#F5F614 (or 0xF5F614) is known color: Lemon. HEX triplet: F5, F6 and 14. RGB value is (245,246,20). Sum of RGB (Red+Green+Blue) = 245+246+20=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F614 is #0A09EB. Grayscale: #DCDCDC. Windows color (decimal): -657900 or 1373941. OLE color: 1373941.
HSL color Cylindrical-coordinate representation of color #F5F614: hue angle of 60.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5F614 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 20 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.04 |
| HSL | 60.27º | 0.93% | 0.52% | - |
| HSV(B) | 60.27º | 0.92% | 0.96% | - |
| XYZ | 70.74 | 85.37 | 13.41 | - |
| YUV | 219.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 20 | 0.00 | 0 | 0.92 | 0.04 | 60.27 | 0.93 | 0.52 |
| Hex | F5 | F6 | 14 | 0 | 0 | 5C | 4 | 3C | 5D | 34 |
| Octal | 365 | 366 | 24 | 0 | 0 | 134 | 4 | 74 | 135 | 64 |
| Binary | 11110101 | 11110110 | 10100 | 0 | 0 | 1011100 | 100 | 111100 | 1011101 | 110100 |
Color Harmonies of #F5F614
Complementary color
Monochromatic Colors of #F5F614
Black with #F5F614
Text Example
Text Example
White with #F5F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F614; }
p { color: rgb(245,246,20); }
H1.HeaderClassName
{
color: #F5F614;
}
.AnyTagClassName
{
color: #F5F614;
}
</style>
background-color css
<style>
a { background-color: #F5F614; }
a { background-color: rgb(245,246,20); }
div.DivClassName
{
background-color: #F5F614;
}
.BgClassName
{
background-color: #F5F614;
}
</style>
border-color css
<style>
span { border-color: #F5F614; }
span { border-color: rgb(245,246,20); }
td.TdClassName
{
border-color: #F5F614;
}
.TagClassName
{
border-color: #F5F614;
}
</style>