Shades of Lemon #F4E10D
Tints of Lemon #F4E10D
RGB
CMYK
RGB Variations
Color information
#F4E10D (or 0xF4E10D) is known color: Lemon. HEX triplet: F4, E1 and 0D. RGB value is (244,225,13). Sum of RGB (Red+Green+Blue) = 244+225+13=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E10D is #0B1EF2. Grayscale: #CFCFCF. Windows color (decimal): -728819 or 909812. OLE color: 909812.
HSL color Cylindrical-coordinate representation of color #F4E10D: hue angle of 55.06º degrees, saturation: 0.91, 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 #F4E10D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.04 |
| HSL | 55.06º | 0.91% | 0.5% | - |
| HSV(B) | 55.06º | 0.95% | 0.96% | - |
| XYZ | 64.31 | 73.11 | 11.1 | - |
| YUV | 206.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 13 | 0 | 0.08 | 0.95 | 0.04 | 55.06 | 0.91 | 0.5 |
| Hex | F4 | E1 | D | 0 | 8 | 5F | 4 | 37 | 5B | 32 |
| Octal | 364 | 341 | 15 | 0 | 10 | 137 | 4 | 67 | 133 | 62 |
| Binary | 11110100 | 11100001 | 1101 | 0 | 1000 | 1011111 | 100 | 110111 | 1011011 | 110010 |
Color Harmonies of #F4E10D
Complementary color
Monochromatic Colors of #F4E10D
Black with #F4E10D
Text Example
Text Example
White with #F4E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E10D; }
p { color: rgb(244,225,13); }
H1.HeaderClassName
{
color: #F4E10D;
}
.AnyTagClassName
{
color: #F4E10D;
}
</style>
background-color css
<style>
a { background-color: #F4E10D; }
a { background-color: rgb(244,225,13); }
div.DivClassName
{
background-color: #F4E10D;
}
.BgClassName
{
background-color: #F4E10D;
}
</style>
border-color css
<style>
span { border-color: #F4E10D; }
span { border-color: rgb(244,225,13); }
td.TdClassName
{
border-color: #F4E10D;
}
.TagClassName
{
border-color: #F4E10D;
}
</style>