Shades of Lemon #F4F321
Tints of Lemon #F4F321
RGB
CMYK
RGB Variations
Color information
#F4F321 (or 0xF4F321) is known color: Lemon. HEX triplet: F4, F3 and 21. RGB value is (244,243,33). Sum of RGB (Red+Green+Blue) = 244+243+33=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 33 (13.28% from 255 or 6.35% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F321 is #0B0CDE. Grayscale: #DCDCDC. Windows color (decimal): -724191 or 2225140. OLE color: 2225140.
HSL color Cylindrical-coordinate representation of color #F4F321: hue angle of 59.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4F321 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 33 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.04 |
| HSL | 59.72º | 0.91% | 0.54% | - |
| HSV(B) | 59.72º | 0.86% | 0.96% | - |
| XYZ | 69.63 | 83.44 | 13.88 | - |
| YUV | 219.36 | 22.83 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 33 | 0 | 0.00 | 0.86 | 0.04 | 59.72 | 0.91 | 0.54 |
| Hex | F4 | F3 | 21 | 0 | 0 | 56 | 4 | 3C | 5B | 36 |
| Octal | 364 | 363 | 41 | 0 | 0 | 126 | 4 | 74 | 133 | 66 |
| Binary | 11110100 | 11110011 | 100001 | 0 | 0 | 1010110 | 100 | 111100 | 1011011 | 110110 |
Color Harmonies of #F4F321
Complementary color
Monochromatic Colors of #F4F321
Black with #F4F321
Text Example
Text Example
White with #F4F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F321; }
p { color: rgb(244,243,33); }
H1.HeaderClassName
{
color: #F4F321;
}
.AnyTagClassName
{
color: #F4F321;
}
</style>
background-color css
<style>
a { background-color: #F4F321; }
a { background-color: rgb(244,243,33); }
div.DivClassName
{
background-color: #F4F321;
}
.BgClassName
{
background-color: #F4F321;
}
</style>
border-color css
<style>
span { border-color: #F4F321; }
span { border-color: rgb(244,243,33); }
td.TdClassName
{
border-color: #F4F321;
}
.TagClassName
{
border-color: #F4F321;
}
</style>