Shades of Lemon #F2E315
Tints of Lemon #F2E315
RGB
CMYK
RGB Variations
Color information
#F2E315 (or 0xF2E315) is known color: Lemon. HEX triplet: F2, E3 and 15. RGB value is (242,227,21). Sum of RGB (Red+Green+Blue) = 242+227+21=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E315 is #0D1CEA. Grayscale: #D0D0D0. Windows color (decimal): -859371 or 1434610. OLE color: 1434610.
HSL color Cylindrical-coordinate representation of color #F2E315: hue angle of 55.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2E315 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.05 |
| HSL | 55.93º | 0.89% | 0.52% | - |
| HSV(B) | 55.93º | 0.91% | 0.95% | - |
| XYZ | 64.22 | 73.87 | 11.58 | - |
| YUV | 208 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 21 | 0 | 0.06 | 0.91 | 0.05 | 55.93 | 0.89 | 0.52 |
| Hex | F2 | E3 | 15 | 0 | 6 | 5B | 5 | 38 | 59 | 34 |
| Octal | 362 | 343 | 25 | 0 | 6 | 133 | 5 | 70 | 131 | 64 |
| Binary | 11110010 | 11100011 | 10101 | 0 | 110 | 1011011 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F2E315
Complementary color
Monochromatic Colors of #F2E315
Black with #F2E315
Text Example
Text Example
White with #F2E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E315; }
p { color: rgb(242,227,21); }
H1.HeaderClassName
{
color: #F2E315;
}
.AnyTagClassName
{
color: #F2E315;
}
</style>
background-color css
<style>
a { background-color: #F2E315; }
a { background-color: rgb(242,227,21); }
div.DivClassName
{
background-color: #F2E315;
}
.BgClassName
{
background-color: #F2E315;
}
</style>
border-color css
<style>
span { border-color: #F2E315; }
span { border-color: rgb(242,227,21); }
td.TdClassName
{
border-color: #F2E315;
}
.TagClassName
{
border-color: #F2E315;
}
</style>