Shades of Lemon #F4E615
Tints of Lemon #F4E615
RGB
CMYK
RGB Variations
Color information
#F4E615 (or 0xF4E615) is known color: Lemon. HEX triplet: F4, E6 and 15. RGB value is (244,230,21). Sum of RGB (Red+Green+Blue) = 244+230+21=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 21 (8.59% from 255 or 4.24% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E615 is #0B19EA. Grayscale: #D3D3D3. Windows color (decimal): -727531 or 1435380. OLE color: 1435380.
HSL color Cylindrical-coordinate representation of color #F4E615: hue angle of 56.23º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4E615 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.04 |
| HSL | 56.23º | 0.91% | 0.52% | - |
| HSV(B) | 56.23º | 0.91% | 0.96% | - |
| XYZ | 65.74 | 75.88 | 11.89 | - |
| YUV | 210.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 21 | 0 | 0.06 | 0.91 | 0.04 | 56.23 | 0.91 | 0.52 |
| Hex | F4 | E6 | 15 | 0 | 6 | 5B | 4 | 38 | 5B | 34 |
| Octal | 364 | 346 | 25 | 0 | 6 | 133 | 4 | 70 | 133 | 64 |
| Binary | 11110100 | 11100110 | 10101 | 0 | 110 | 1011011 | 100 | 111000 | 1011011 | 110100 |
Color Harmonies of #F4E615
Complementary color
Monochromatic Colors of #F4E615
Black with #F4E615
Text Example
Text Example
White with #F4E615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E615; }
p { color: rgb(244,230,21); }
H1.HeaderClassName
{
color: #F4E615;
}
.AnyTagClassName
{
color: #F4E615;
}
</style>
background-color css
<style>
a { background-color: #F4E615; }
a { background-color: rgb(244,230,21); }
div.DivClassName
{
background-color: #F4E615;
}
.BgClassName
{
background-color: #F4E615;
}
</style>
border-color css
<style>
span { border-color: #F4E615; }
span { border-color: rgb(244,230,21); }
td.TdClassName
{
border-color: #F4E615;
}
.TagClassName
{
border-color: #F4E615;
}
</style>