Shades of Lemon #F5E31F
Tints of Lemon #F5E31F
RGB
CMYK
RGB Variations
Color information
#F5E31F (or 0xF5E31F) is known color: Lemon. HEX triplet: F5, E3 and 1F. RGB value is (245,227,31). Sum of RGB (Red+Green+Blue) = 245+227+31=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E31F is #0A1CE0. Grayscale: #D2D2D2. Windows color (decimal): -662753 or 2089973. OLE color: 2089973.
HSL color Cylindrical-coordinate representation of color #F5E31F: hue angle of 54.95º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5E31F is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 31 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.04 |
| HSL | 54.95º | 0.91% | 0.54% | - |
| HSV(B) | 54.95º | 0.87% | 0.96% | - |
| XYZ | 65.37 | 74.45 | 12.22 | - |
| YUV | 210.04 | 26.96 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 31 | 0 | 0.07 | 0.87 | 0.04 | 54.95 | 0.91 | 0.54 |
| Hex | F5 | E3 | 1F | 0 | 7 | 57 | 4 | 37 | 5B | 36 |
| Octal | 365 | 343 | 37 | 0 | 7 | 127 | 4 | 67 | 133 | 66 |
| Binary | 11110101 | 11100011 | 11111 | 0 | 111 | 1010111 | 100 | 110111 | 1011011 | 110110 |
Color Harmonies of #F5E31F
Complementary color
Monochromatic Colors of #F5E31F
Black with #F5E31F
Text Example
Text Example
White with #F5E31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E31F; }
p { color: rgb(245,227,31); }
H1.HeaderClassName
{
color: #F5E31F;
}
.AnyTagClassName
{
color: #F5E31F;
}
</style>
background-color css
<style>
a { background-color: #F5E31F; }
a { background-color: rgb(245,227,31); }
div.DivClassName
{
background-color: #F5E31F;
}
.BgClassName
{
background-color: #F5E31F;
}
</style>
border-color css
<style>
span { border-color: #F5E31F; }
span { border-color: rgb(245,227,31); }
td.TdClassName
{
border-color: #F5E31F;
}
.TagClassName
{
border-color: #F5E31F;
}
</style>