Shades of Lemon #F2E71B
Tints of Lemon #F2E71B
RGB
CMYK
RGB Variations
Color information
#F2E71B (or 0xF2E71B) is known color: Lemon. HEX triplet: F2, E7 and 1B. RGB value is (242,231,27). Sum of RGB (Red+Green+Blue) = 242+231+27=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E71B is #0D18E4. Grayscale: #D3D3D3. Windows color (decimal): -858341 or 1828850. OLE color: 1828850.
HSL color Cylindrical-coordinate representation of color #F2E71B: hue angle of 56.93º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2E71B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.05 |
| HSL | 56.93º | 0.89% | 0.53% | - |
| HSV(B) | 56.93º | 0.89% | 0.95% | - |
| XYZ | 65.39 | 76.11 | 12.28 | - |
| YUV | 211.03 | 24.14 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 27 | 0 | 0.05 | 0.89 | 0.05 | 56.93 | 0.89 | 0.53 |
| Hex | F2 | E7 | 1B | 0 | 5 | 59 | 5 | 39 | 59 | 35 |
| Octal | 362 | 347 | 33 | 0 | 5 | 131 | 5 | 71 | 131 | 65 |
| Binary | 11110010 | 11100111 | 11011 | 0 | 101 | 1011001 | 101 | 111001 | 1011001 | 110101 |
Color Harmonies of #F2E71B
Complementary color
Monochromatic Colors of #F2E71B
Black with #F2E71B
Text Example
Text Example
White with #F2E71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E71B; }
p { color: rgb(242,231,27); }
H1.HeaderClassName
{
color: #F2E71B;
}
.AnyTagClassName
{
color: #F2E71B;
}
</style>
background-color css
<style>
a { background-color: #F2E71B; }
a { background-color: rgb(242,231,27); }
div.DivClassName
{
background-color: #F2E71B;
}
.BgClassName
{
background-color: #F2E71B;
}
</style>
border-color css
<style>
span { border-color: #F2E71B; }
span { border-color: rgb(242,231,27); }
td.TdClassName
{
border-color: #F2E71B;
}
.TagClassName
{
border-color: #F2E71B;
}
</style>