Shades of Lemon #F2E307
Tints of Lemon #F2E307
RGB
CMYK
RGB Variations
Color information
#F2E307 (or 0xF2E307) is known color: Lemon. HEX triplet: F2, E3 and 07. RGB value is (242,227,7). Sum of RGB (Red+Green+Blue) = 242+227+7=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E307 is #0D1CF8. Grayscale: #CFCFCF. Windows color (decimal): -859385 or 517106. OLE color: 517106.
HSL color Cylindrical-coordinate representation of color #F2E307: hue angle of 56.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2E307 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.05 |
| HSL | 56.17º | 0.94% | 0.49% | - |
| HSV(B) | 56.17º | 0.97% | 0.95% | - |
| XYZ | 64.13 | 73.83 | 11.07 | - |
| YUV | 206.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 7 | 0 | 0.06 | 0.97 | 0.05 | 56.17 | 0.94 | 0.49 |
| Hex | F2 | E3 | 7 | 0 | 6 | 61 | 5 | 38 | 5E | 31 |
| Octal | 362 | 343 | 7 | 0 | 6 | 141 | 5 | 70 | 136 | 61 |
| Binary | 11110010 | 11100011 | 111 | 0 | 110 | 1100001 | 101 | 111000 | 1011110 | 110001 |
Color Harmonies of #F2E307
Complementary color
Monochromatic Colors of #F2E307
Black with #F2E307
Text Example
Text Example
White with #F2E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E307; }
p { color: rgb(242,227,7); }
H1.HeaderClassName
{
color: #F2E307;
}
.AnyTagClassName
{
color: #F2E307;
}
</style>
background-color css
<style>
a { background-color: #F2E307; }
a { background-color: rgb(242,227,7); }
div.DivClassName
{
background-color: #F2E307;
}
.BgClassName
{
background-color: #F2E307;
}
</style>
border-color css
<style>
span { border-color: #F2E307; }
span { border-color: rgb(242,227,7); }
td.TdClassName
{
border-color: #F2E307;
}
.TagClassName
{
border-color: #F2E307;
}
</style>