Shades of Lemon #F2E00D
Tints of Lemon #F2E00D
RGB
CMYK
RGB Variations
Color information
#F2E00D (or 0xF2E00D) is known color: Lemon. HEX triplet: F2, E0 and 0D. RGB value is (242,224,13). Sum of RGB (Red+Green+Blue) = 242+224+13=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E00D is #0D1FF2. Grayscale: #CECECE. Windows color (decimal): -860147 or 909554. OLE color: 909554.
HSL color Cylindrical-coordinate representation of color #F2E00D: hue angle of 55.28º degrees, saturation: 0.9, 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 #F2E00D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.28º | 0.9% | 0.5% | - |
| HSV(B) | 55.28º | 0.95% | 0.95% | - |
| XYZ | 63.35 | 72.22 | 10.98 | - |
| YUV | 205.33 | 19.46 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 13 | 0 | 0.07 | 0.95 | 0.05 | 55.28 | 0.9 | 0.5 |
| Hex | F2 | E0 | D | 0 | 7 | 5F | 5 | 37 | 5A | 32 |
| Octal | 362 | 340 | 15 | 0 | 7 | 137 | 5 | 67 | 132 | 62 |
| Binary | 11110010 | 11100000 | 1101 | 0 | 111 | 1011111 | 101 | 110111 | 1011010 | 110010 |
Color Harmonies of #F2E00D
Complementary color
Monochromatic Colors of #F2E00D
Black with #F2E00D
Text Example
Text Example
White with #F2E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E00D; }
p { color: rgb(242,224,13); }
H1.HeaderClassName
{
color: #F2E00D;
}
.AnyTagClassName
{
color: #F2E00D;
}
</style>
background-color css
<style>
a { background-color: #F2E00D; }
a { background-color: rgb(242,224,13); }
div.DivClassName
{
background-color: #F2E00D;
}
.BgClassName
{
background-color: #F2E00D;
}
</style>
border-color css
<style>
span { border-color: #F2E00D; }
span { border-color: rgb(242,224,13); }
td.TdClassName
{
border-color: #F2E00D;
}
.TagClassName
{
border-color: #F2E00D;
}
</style>