Shades of Lemon #F4F215
Tints of Lemon #F4F215
RGB
CMYK
RGB Variations
Color information
#F4F215 (or 0xF4F215) is known color: Lemon. HEX triplet: F4, F2 and 15. RGB value is (244,242,21). Sum of RGB (Red+Green+Blue) = 244+242+21=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F215 is #0B0DEA. Grayscale: #DADADA. Windows color (decimal): -724459 or 1438452. OLE color: 1438452.
HSL color Cylindrical-coordinate representation of color #F4F215: hue angle of 59.46º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4F215 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.04 |
| HSL | 59.46º | 0.91% | 0.52% | - |
| HSV(B) | 59.46º | 0.91% | 0.96% | - |
| XYZ | 69.2 | 82.79 | 13.04 | - |
| YUV | 217.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 21 | 0 | 0.01 | 0.91 | 0.04 | 59.46 | 0.91 | 0.52 |
| Hex | F4 | F2 | 15 | 0 | 1 | 5B | 4 | 3B | 5B | 34 |
| Octal | 364 | 362 | 25 | 0 | 1 | 133 | 4 | 73 | 133 | 64 |
| Binary | 11110100 | 11110010 | 10101 | 0 | 1 | 1011011 | 100 | 111011 | 1011011 | 110100 |
Color Harmonies of #F4F215
Complementary color
Monochromatic Colors of #F4F215
Black with #F4F215
Text Example
Text Example
White with #F4F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F215; }
p { color: rgb(244,242,21); }
H1.HeaderClassName
{
color: #F4F215;
}
.AnyTagClassName
{
color: #F4F215;
}
</style>
background-color css
<style>
a { background-color: #F4F215; }
a { background-color: rgb(244,242,21); }
div.DivClassName
{
background-color: #F4F215;
}
.BgClassName
{
background-color: #F4F215;
}
</style>
border-color css
<style>
span { border-color: #F4F215; }
span { border-color: rgb(244,242,21); }
td.TdClassName
{
border-color: #F4F215;
}
.TagClassName
{
border-color: #F4F215;
}
</style>