Shades of Lemon #F2E00B
Tints of Lemon #F2E00B
RGB
CMYK
RGB Variations
Color information
#F2E00B (or 0xF2E00B) is known color: Lemon. HEX triplet: F2, E0 and 0B. RGB value is (242,224,11). Sum of RGB (Red+Green+Blue) = 242+224+11=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E00B is #0D1FF4. Grayscale: #CDCDCD. Windows color (decimal): -860149 or 778482. OLE color: 778482.
HSL color Cylindrical-coordinate representation of color #F2E00B: hue angle of 55.32º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2E00B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.32º | 0.91% | 0.5% | - |
| HSV(B) | 55.32º | 0.95% | 0.95% | - |
| XYZ | 63.33 | 72.21 | 10.92 | - |
| YUV | 205.1 | 18.46 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 11 | 0 | 0.07 | 0.95 | 0.05 | 55.32 | 0.91 | 0.5 |
| Hex | F2 | E0 | B | 0 | 7 | 5F | 5 | 37 | 5B | 32 |
| Octal | 362 | 340 | 13 | 0 | 7 | 137 | 5 | 67 | 133 | 62 |
| Binary | 11110010 | 11100000 | 1011 | 0 | 111 | 1011111 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F2E00B
Complementary color
Monochromatic Colors of #F2E00B
Black with #F2E00B
Text Example
Text Example
White with #F2E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E00B; }
p { color: rgb(242,224,11); }
H1.HeaderClassName
{
color: #F2E00B;
}
.AnyTagClassName
{
color: #F2E00B;
}
</style>
background-color css
<style>
a { background-color: #F2E00B; }
a { background-color: rgb(242,224,11); }
div.DivClassName
{
background-color: #F2E00B;
}
.BgClassName
{
background-color: #F2E00B;
}
</style>
border-color css
<style>
span { border-color: #F2E00B; }
span { border-color: rgb(242,224,11); }
td.TdClassName
{
border-color: #F2E00B;
}
.TagClassName
{
border-color: #F2E00B;
}
</style>