Shades of Lemon #F4E920
Tints of Lemon #F4E920
RGB
CMYK
RGB Variations
Color information
#F4E920 (or 0xF4E920) is known color: Lemon. HEX triplet: F4, E9 and 20. RGB value is (244,233,32). Sum of RGB (Red+Green+Blue) = 244+233+32=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4E920 is #0B16DF. Grayscale: #D6D6D6. Windows color (decimal): -726752 or 2157044. OLE color: 2157044.
HSL color Cylindrical-coordinate representation of color #F4E920: hue angle of 56.89º 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 #F4E920 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 233 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.04 |
| HSL | 56.89º | 0.91% | 0.54% | - |
| HSV(B) | 56.89º | 0.87% | 0.96% | - |
| XYZ | 66.71 | 77.62 | 12.83 | - |
| YUV | 213.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 233 | 32 | 0 | 0.05 | 0.87 | 0.04 | 56.89 | 0.91 | 0.54 |
| Hex | F4 | E9 | 20 | 0 | 5 | 57 | 4 | 39 | 5B | 36 |
| Octal | 364 | 351 | 40 | 0 | 5 | 127 | 4 | 71 | 133 | 66 |
| Binary | 11110100 | 11101001 | 100000 | 0 | 101 | 1010111 | 100 | 111001 | 1011011 | 110110 |
Color Harmonies of #F4E920
Complementary color
Monochromatic Colors of #F4E920
Black with #F4E920
Text Example
Text Example
White with #F4E920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E920; }
p { color: rgb(244,233,32); }
H1.HeaderClassName
{
color: #F4E920;
}
.AnyTagClassName
{
color: #F4E920;
}
</style>
background-color css
<style>
a { background-color: #F4E920; }
a { background-color: rgb(244,233,32); }
div.DivClassName
{
background-color: #F4E920;
}
.BgClassName
{
background-color: #F4E920;
}
</style>
border-color css
<style>
span { border-color: #F4E920; }
span { border-color: rgb(244,233,32); }
td.TdClassName
{
border-color: #F4E920;
}
.TagClassName
{
border-color: #F4E920;
}
</style>