Shades of Lemon #F4E614
Tints of Lemon #F4E614
RGB
CMYK
RGB Variations
Color information
#F4E614 (or 0xF4E614) is known color: Lemon. HEX triplet: F4, E6 and 14. RGB value is (244,230,20). Sum of RGB (Red+Green+Blue) = 244+230+20=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E614 is #0B19EB. Grayscale: #D3D3D3. Windows color (decimal): -727532 or 1369844. OLE color: 1369844.
HSL color Cylindrical-coordinate representation of color #F4E614: hue angle of 56.25º 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 #F4E614 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.04 |
| HSL | 56.25º | 0.91% | 0.52% | - |
| HSV(B) | 56.25º | 0.92% | 0.96% | - |
| XYZ | 65.73 | 75.88 | 11.84 | - |
| YUV | 210.25 | 20.64 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 20 | 0 | 0.06 | 0.92 | 0.04 | 56.25 | 0.91 | 0.52 |
| Hex | F4 | E6 | 14 | 0 | 6 | 5C | 4 | 38 | 5B | 34 |
| Octal | 364 | 346 | 24 | 0 | 6 | 134 | 4 | 70 | 133 | 64 |
| Binary | 11110100 | 11100110 | 10100 | 0 | 110 | 1011100 | 100 | 111000 | 1011011 | 110100 |
Color Harmonies of #F4E614
Complementary color
Monochromatic Colors of #F4E614
Black with #F4E614
Text Example
Text Example
White with #F4E614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E614; }
p { color: rgb(244,230,20); }
H1.HeaderClassName
{
color: #F4E614;
}
.AnyTagClassName
{
color: #F4E614;
}
</style>
background-color css
<style>
a { background-color: #F4E614; }
a { background-color: rgb(244,230,20); }
div.DivClassName
{
background-color: #F4E614;
}
.BgClassName
{
background-color: #F4E614;
}
</style>
border-color css
<style>
span { border-color: #F4E614; }
span { border-color: rgb(244,230,20); }
td.TdClassName
{
border-color: #F4E614;
}
.TagClassName
{
border-color: #F4E614;
}
</style>