Shades of Lemon #F2E908
Tints of Lemon #F2E908
RGB
CMYK
RGB Variations
Color information
#F2E908 (or 0xF2E908) is known color: Lemon. HEX triplet: F2, E9 and 08. RGB value is (242,233,8). Sum of RGB (Red+Green+Blue) = 242+233+8=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 8 (3.52% from 255 or 1.66% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E908 is #0D16F7. Grayscale: #D2D2D2. Windows color (decimal): -857848 or 584178. OLE color: 584178.
HSL color Cylindrical-coordinate representation of color #F2E908: hue angle of 57.69º 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 #F2E908 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.05 |
| HSL | 57.69º | 0.94% | 0.49% | - |
| HSV(B) | 57.69º | 0.97% | 0.95% | - |
| XYZ | 65.8 | 77.17 | 11.66 | - |
| YUV | 210.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 8 | 0 | 0.04 | 0.97 | 0.05 | 57.69 | 0.94 | 0.49 |
| Hex | F2 | E9 | 8 | 0 | 4 | 61 | 5 | 3A | 5E | 31 |
| Octal | 362 | 351 | 10 | 0 | 4 | 141 | 5 | 72 | 136 | 61 |
| Binary | 11110010 | 11101001 | 1000 | 0 | 100 | 1100001 | 101 | 111010 | 1011110 | 110001 |
Color Harmonies of #F2E908
Complementary color
Monochromatic Colors of #F2E908
Black with #F2E908
Text Example
Text Example
White with #F2E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E908; }
p { color: rgb(242,233,8); }
H1.HeaderClassName
{
color: #F2E908;
}
.AnyTagClassName
{
color: #F2E908;
}
</style>
background-color css
<style>
a { background-color: #F2E908; }
a { background-color: rgb(242,233,8); }
div.DivClassName
{
background-color: #F2E908;
}
.BgClassName
{
background-color: #F2E908;
}
</style>
border-color css
<style>
span { border-color: #F2E908; }
span { border-color: rgb(242,233,8); }
td.TdClassName
{
border-color: #F2E908;
}
.TagClassName
{
border-color: #F2E908;
}
</style>