Shades of Lemon #F5E00F
Tints of Lemon #F5E00F
RGB
CMYK
RGB Variations
Color information
#F5E00F (or 0xF5E00F) is known color: Lemon. HEX triplet: F5, E0 and 0F. RGB value is (245,224,15). Sum of RGB (Red+Green+Blue) = 245+224+15=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E00F is #0A1FF0. Grayscale: #CFCFCF. Windows color (decimal): -663537 or 1040629. OLE color: 1040629.
HSL color Cylindrical-coordinate representation of color #F5E00F: hue angle of 54.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5E00F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.04 |
| HSL | 54.52º | 0.92% | 0.51% | - |
| HSV(B) | 54.52º | 0.94% | 0.96% | - |
| XYZ | 64.4 | 72.76 | 11.1 | - |
| YUV | 206.45 | 19.96 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 15 | 0 | 0.09 | 0.94 | 0.04 | 54.52 | 0.92 | 0.51 |
| Hex | F5 | E0 | F | 0 | 9 | 5E | 4 | 37 | 5C | 33 |
| Octal | 365 | 340 | 17 | 0 | 11 | 136 | 4 | 67 | 134 | 63 |
| Binary | 11110101 | 11100000 | 1111 | 0 | 1001 | 1011110 | 100 | 110111 | 1011100 | 110011 |
Color Harmonies of #F5E00F
Complementary color
Monochromatic Colors of #F5E00F
Black with #F5E00F
Text Example
Text Example
White with #F5E00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E00F; }
p { color: rgb(245,224,15); }
H1.HeaderClassName
{
color: #F5E00F;
}
.AnyTagClassName
{
color: #F5E00F;
}
</style>
background-color css
<style>
a { background-color: #F5E00F; }
a { background-color: rgb(245,224,15); }
div.DivClassName
{
background-color: #F5E00F;
}
.BgClassName
{
background-color: #F5E00F;
}
</style>
border-color css
<style>
span { border-color: #F5E00F; }
span { border-color: rgb(245,224,15); }
td.TdClassName
{
border-color: #F5E00F;
}
.TagClassName
{
border-color: #F5E00F;
}
</style>