Shades of Lemon #F4F122
Tints of Lemon #F4F122
RGB
CMYK
RGB Variations
Color information
#F4F122 (or 0xF4F122) is known color: Lemon. HEX triplet: F4, F1 and 22. RGB value is (244,241,34). Sum of RGB (Red+Green+Blue) = 244+241+34=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 34 (13.67% from 255 or 6.55% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F122 is #0B0EDD. Grayscale: #DBDBDB. Windows color (decimal): -724702 or 2290164. OLE color: 2290164.
HSL color Cylindrical-coordinate representation of color #F4F122: hue angle of 59.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4F122 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 34 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.04 |
| HSL | 59.14º | 0.91% | 0.55% | - |
| HSV(B) | 59.14º | 0.86% | 0.96% | - |
| XYZ | 69.05 | 82.26 | 13.75 | - |
| YUV | 218.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 34 | 0 | 0.01 | 0.86 | 0.04 | 59.14 | 0.91 | 0.55 |
| Hex | F4 | F1 | 22 | 0 | 1 | 56 | 4 | 3B | 5B | 37 |
| Octal | 364 | 361 | 42 | 0 | 1 | 126 | 4 | 73 | 133 | 67 |
| Binary | 11110100 | 11110001 | 100010 | 0 | 1 | 1010110 | 100 | 111011 | 1011011 | 110111 |
Color Harmonies of #F4F122
Complementary color
Monochromatic Colors of #F4F122
Black with #F4F122
Text Example
Text Example
White with #F4F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F122; }
p { color: rgb(244,241,34); }
H1.HeaderClassName
{
color: #F4F122;
}
.AnyTagClassName
{
color: #F4F122;
}
</style>
background-color css
<style>
a { background-color: #F4F122; }
a { background-color: rgb(244,241,34); }
div.DivClassName
{
background-color: #F4F122;
}
.BgClassName
{
background-color: #F4F122;
}
</style>
border-color css
<style>
span { border-color: #F4F122; }
span { border-color: rgb(244,241,34); }
td.TdClassName
{
border-color: #F4F122;
}
.TagClassName
{
border-color: #F4F122;
}
</style>