Shades of Lemon #F5E61D
Tints of Lemon #F5E61D
RGB
CMYK
RGB Variations
Color information
#F5E61D (or 0xF5E61D) is known color: Lemon. HEX triplet: F5, E6 and 1D. RGB value is (245,230,29). Sum of RGB (Red+Green+Blue) = 245+230+29=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E61D is #0A19E2. Grayscale: #D4D4D4. Windows color (decimal): -661987 or 1959669. OLE color: 1959669.
HSL color Cylindrical-coordinate representation of color #F5E61D: hue angle of 55.83º 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 #F5E61D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.04 |
| HSL | 55.83º | 0.92% | 0.54% | - |
| HSV(B) | 55.83º | 0.88% | 0.96% | - |
| XYZ | 66.17 | 76.09 | 12.36 | - |
| YUV | 211.57 | 24.97 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 29 | 0 | 0.06 | 0.88 | 0.04 | 55.83 | 0.92 | 0.54 |
| Hex | F5 | E6 | 1D | 0 | 6 | 58 | 4 | 38 | 5C | 36 |
| Octal | 365 | 346 | 35 | 0 | 6 | 130 | 4 | 70 | 134 | 66 |
| Binary | 11110101 | 11100110 | 11101 | 0 | 110 | 1011000 | 100 | 111000 | 1011100 | 110110 |
Color Harmonies of #F5E61D
Complementary color
Monochromatic Colors of #F5E61D
Black with #F5E61D
Text Example
Text Example
White with #F5E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E61D; }
p { color: rgb(245,230,29); }
H1.HeaderClassName
{
color: #F5E61D;
}
.AnyTagClassName
{
color: #F5E61D;
}
</style>
background-color css
<style>
a { background-color: #F5E61D; }
a { background-color: rgb(245,230,29); }
div.DivClassName
{
background-color: #F5E61D;
}
.BgClassName
{
background-color: #F5E61D;
}
</style>
border-color css
<style>
span { border-color: #F5E61D; }
span { border-color: rgb(245,230,29); }
td.TdClassName
{
border-color: #F5E61D;
}
.TagClassName
{
border-color: #F5E61D;
}
</style>