Shades of Lemon #F5E31D
Tints of Lemon #F5E31D
RGB
CMYK
RGB Variations
Color information
#F5E31D (or 0xF5E31D) is known color: Lemon. HEX triplet: F5, E3 and 1D. RGB value is (245,227,29). Sum of RGB (Red+Green+Blue) = 245+227+29=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E31D is #0A1CE2. Grayscale: #D2D2D2. Windows color (decimal): -662755 or 1958901. OLE color: 1958901.
HSL color Cylindrical-coordinate representation of color #F5E31D: hue angle of 55º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5E31D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.04 |
| HSL | 55º | 0.92% | 0.54% | - |
| HSV(B) | 55º | 0.88% | 0.96% | - |
| XYZ | 65.35 | 74.44 | 12.09 | - |
| YUV | 209.81 | 25.96 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 29 | 0 | 0.07 | 0.88 | 0.04 | 55 | 0.92 | 0.54 |
| Hex | F5 | E3 | 1D | 0 | 7 | 58 | 4 | 37 | 5C | 36 |
| Octal | 365 | 343 | 35 | 0 | 7 | 130 | 4 | 67 | 134 | 66 |
| Binary | 11110101 | 11100011 | 11101 | 0 | 111 | 1011000 | 100 | 110111 | 1011100 | 110110 |
Color Harmonies of #F5E31D
Complementary color
Monochromatic Colors of #F5E31D
Black with #F5E31D
Text Example
Text Example
White with #F5E31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E31D; }
p { color: rgb(245,227,29); }
H1.HeaderClassName
{
color: #F5E31D;
}
.AnyTagClassName
{
color: #F5E31D;
}
</style>
background-color css
<style>
a { background-color: #F5E31D; }
a { background-color: rgb(245,227,29); }
div.DivClassName
{
background-color: #F5E31D;
}
.BgClassName
{
background-color: #F5E31D;
}
</style>
border-color css
<style>
span { border-color: #F5E31D; }
span { border-color: rgb(245,227,29); }
td.TdClassName
{
border-color: #F5E31D;
}
.TagClassName
{
border-color: #F5E31D;
}
</style>