Shades of Lemon #F4F322
Tints of Lemon #F4F322
RGB
CMYK
RGB Variations
Color information
#F4F322 (or 0xF4F322) is known color: Lemon. HEX triplet: F4, F3 and 22. RGB value is (244,243,34). Sum of RGB (Red+Green+Blue) = 244+243+34=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 34 (13.67% from 255 or 6.53% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F322 is #0B0CDD. Grayscale: #DCDCDC. Windows color (decimal): -724190 or 2290676. OLE color: 2290676.
HSL color Cylindrical-coordinate representation of color #F4F322: hue angle of 59.71º 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 #F4F322 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 34 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.04 |
| HSL | 59.71º | 0.91% | 0.55% | - |
| HSV(B) | 59.71º | 0.86% | 0.96% | - |
| XYZ | 69.65 | 83.45 | 13.95 | - |
| YUV | 219.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 34 | 0 | 0.00 | 0.86 | 0.04 | 59.71 | 0.91 | 0.55 |
| Hex | F4 | F3 | 22 | 0 | 0 | 56 | 4 | 3C | 5B | 37 |
| Octal | 364 | 363 | 42 | 0 | 0 | 126 | 4 | 74 | 133 | 67 |
| Binary | 11110100 | 11110011 | 100010 | 0 | 0 | 1010110 | 100 | 111100 | 1011011 | 110111 |
Color Harmonies of #F4F322
Complementary color
Monochromatic Colors of #F4F322
Black with #F4F322
Text Example
Text Example
White with #F4F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F322; }
p { color: rgb(244,243,34); }
H1.HeaderClassName
{
color: #F4F322;
}
.AnyTagClassName
{
color: #F4F322;
}
</style>
background-color css
<style>
a { background-color: #F4F322; }
a { background-color: rgb(244,243,34); }
div.DivClassName
{
background-color: #F4F322;
}
.BgClassName
{
background-color: #F4F322;
}
</style>
border-color css
<style>
span { border-color: #F4F322; }
span { border-color: rgb(244,243,34); }
td.TdClassName
{
border-color: #F4F322;
}
.TagClassName
{
border-color: #F4F322;
}
</style>