Shades of Lemon #F4E620
Tints of Lemon #F4E620
RGB
CMYK
RGB Variations
Color information
#F4E620 (or 0xF4E620) is known color: Lemon. HEX triplet: F4, E6 and 20. RGB value is (244,230,32). Sum of RGB (Red+Green+Blue) = 244+230+32=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4E620 is #0B19DF. Grayscale: #D4D4D4. Windows color (decimal): -727520 or 2156276. OLE color: 2156276.
HSL color Cylindrical-coordinate representation of color #F4E620: hue angle of 56.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4E620 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 32 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.04 |
| HSL | 56.04º | 0.91% | 0.54% | - |
| HSV(B) | 56.04º | 0.87% | 0.96% | - |
| XYZ | 65.87 | 75.93 | 12.55 | - |
| YUV | 211.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 32 | 0 | 0.06 | 0.87 | 0.04 | 56.04 | 0.91 | 0.54 |
| Hex | F4 | E6 | 20 | 0 | 6 | 57 | 4 | 38 | 5B | 36 |
| Octal | 364 | 346 | 40 | 0 | 6 | 127 | 4 | 70 | 133 | 66 |
| Binary | 11110100 | 11100110 | 100000 | 0 | 110 | 1010111 | 100 | 111000 | 1011011 | 110110 |
Color Harmonies of #F4E620
Complementary color
Monochromatic Colors of #F4E620
Black with #F4E620
Text Example
Text Example
White with #F4E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E620; }
p { color: rgb(244,230,32); }
H1.HeaderClassName
{
color: #F4E620;
}
.AnyTagClassName
{
color: #F4E620;
}
</style>
background-color css
<style>
a { background-color: #F4E620; }
a { background-color: rgb(244,230,32); }
div.DivClassName
{
background-color: #F4E620;
}
.BgClassName
{
background-color: #F4E620;
}
</style>
border-color css
<style>
span { border-color: #F4E620; }
span { border-color: rgb(244,230,32); }
td.TdClassName
{
border-color: #F4E620;
}
.TagClassName
{
border-color: #F4E620;
}
</style>