Shades of Lemon #F4E613
Tints of Lemon #F4E613
RGB
CMYK
RGB Variations
Color information
#F4E613 (or 0xF4E613) is known color: Lemon. HEX triplet: F4, E6 and 13. RGB value is (244,230,19). Sum of RGB (Red+Green+Blue) = 244+230+19=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E613 is #0B19EC. Grayscale: #D2D2D2. Windows color (decimal): -727533 or 1304308. OLE color: 1304308.
HSL color Cylindrical-coordinate representation of color #F4E613: hue angle of 56.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4E613 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.04 |
| HSL | 56.27º | 0.91% | 0.52% | - |
| HSV(B) | 56.27º | 0.92% | 0.96% | - |
| XYZ | 65.72 | 75.87 | 11.8 | - |
| YUV | 210.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 19 | 0 | 0.06 | 0.92 | 0.04 | 56.27 | 0.91 | 0.52 |
| Hex | F4 | E6 | 13 | 0 | 6 | 5C | 4 | 38 | 5B | 34 |
| Octal | 364 | 346 | 23 | 0 | 6 | 134 | 4 | 70 | 133 | 64 |
| Binary | 11110100 | 11100110 | 10011 | 0 | 110 | 1011100 | 100 | 111000 | 1011011 | 110100 |
Color Harmonies of #F4E613
Complementary color
Monochromatic Colors of #F4E613
Black with #F4E613
Text Example
Text Example
White with #F4E613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E613; }
p { color: rgb(244,230,19); }
H1.HeaderClassName
{
color: #F4E613;
}
.AnyTagClassName
{
color: #F4E613;
}
</style>
background-color css
<style>
a { background-color: #F4E613; }
a { background-color: rgb(244,230,19); }
div.DivClassName
{
background-color: #F4E613;
}
.BgClassName
{
background-color: #F4E613;
}
</style>
border-color css
<style>
span { border-color: #F4E613; }
span { border-color: rgb(244,230,19); }
td.TdClassName
{
border-color: #F4E613;
}
.TagClassName
{
border-color: #F4E613;
}
</style>