Shades of Lemon #F5E01F
Tints of Lemon #F5E01F
RGB
CMYK
RGB Variations
Color information
#F5E01F (or 0xF5E01F) is known color: Lemon. HEX triplet: F5, E0 and 1F. RGB value is (245,224,31). Sum of RGB (Red+Green+Blue) = 245+224+31=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E01F is #0A1FE0. Grayscale: #D1D1D1. Windows color (decimal): -663521 or 2089205. OLE color: 2089205.
HSL color Cylindrical-coordinate representation of color #F5E01F: hue angle of 54.11º 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 #F5E01F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 31 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.04 |
| HSL | 54.11º | 0.91% | 0.54% | - |
| HSV(B) | 54.11º | 0.87% | 0.96% | - |
| XYZ | 64.56 | 72.82 | 11.95 | - |
| YUV | 208.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 31 | 0 | 0.09 | 0.87 | 0.04 | 54.11 | 0.91 | 0.54 |
| Hex | F5 | E0 | 1F | 0 | 9 | 57 | 4 | 36 | 5B | 36 |
| Octal | 365 | 340 | 37 | 0 | 11 | 127 | 4 | 66 | 133 | 66 |
| Binary | 11110101 | 11100000 | 11111 | 0 | 1001 | 1010111 | 100 | 110110 | 1011011 | 110110 |
Color Harmonies of #F5E01F
Complementary color
Monochromatic Colors of #F5E01F
Black with #F5E01F
Text Example
Text Example
White with #F5E01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E01F; }
p { color: rgb(245,224,31); }
H1.HeaderClassName
{
color: #F5E01F;
}
.AnyTagClassName
{
color: #F5E01F;
}
</style>
background-color css
<style>
a { background-color: #F5E01F; }
a { background-color: rgb(245,224,31); }
div.DivClassName
{
background-color: #F5E01F;
}
.BgClassName
{
background-color: #F5E01F;
}
</style>
border-color css
<style>
span { border-color: #F5E01F; }
span { border-color: rgb(245,224,31); }
td.TdClassName
{
border-color: #F5E01F;
}
.TagClassName
{
border-color: #F5E01F;
}
</style>