Shades of Lemon #F5E10C
Tints of Lemon #F5E10C
RGB
CMYK
RGB Variations
Color information
#F5E10C (or 0xF5E10C) is known color: Lemon. HEX triplet: F5, E1 and 0C. RGB value is (245,225,12). Sum of RGB (Red+Green+Blue) = 245+225+12=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E10C is #0A1EF3. Grayscale: #CFCFCF. Windows color (decimal): -663284 or 844277. OLE color: 844277.
HSL color Cylindrical-coordinate representation of color #F5E10C: hue angle of 54.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5E10C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.04 |
| HSL | 54.85º | 0.92% | 0.5% | - |
| HSV(B) | 54.85º | 0.95% | 0.96% | - |
| XYZ | 64.65 | 73.29 | 11.09 | - |
| YUV | 206.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 12 | 0 | 0.08 | 0.95 | 0.04 | 54.85 | 0.92 | 0.5 |
| Hex | F5 | E1 | C | 0 | 8 | 5F | 4 | 37 | 5C | 32 |
| Octal | 365 | 341 | 14 | 0 | 10 | 137 | 4 | 67 | 134 | 62 |
| Binary | 11110101 | 11100001 | 1100 | 0 | 1000 | 1011111 | 100 | 110111 | 1011100 | 110010 |
Color Harmonies of #F5E10C
Complementary color
Monochromatic Colors of #F5E10C
Black with #F5E10C
Text Example
Text Example
White with #F5E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E10C; }
p { color: rgb(245,225,12); }
H1.HeaderClassName
{
color: #F5E10C;
}
.AnyTagClassName
{
color: #F5E10C;
}
</style>
background-color css
<style>
a { background-color: #F5E10C; }
a { background-color: rgb(245,225,12); }
div.DivClassName
{
background-color: #F5E10C;
}
.BgClassName
{
background-color: #F5E10C;
}
</style>
border-color css
<style>
span { border-color: #F5E10C; }
span { border-color: rgb(245,225,12); }
td.TdClassName
{
border-color: #F5E10C;
}
.TagClassName
{
border-color: #F5E10C;
}
</style>