Shades of Lemon #F2E01D
Tints of Lemon #F2E01D
RGB
CMYK
RGB Variations
Color information
#F2E01D (or 0xF2E01D) is known color: Lemon. HEX triplet: F2, E0 and 1D. RGB value is (242,224,29). Sum of RGB (Red+Green+Blue) = 242+224+29=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E01D is #0D1FE2. Grayscale: #CFCFCF. Windows color (decimal): -860131 or 1958130. OLE color: 1958130.
HSL color Cylindrical-coordinate representation of color #F2E01D: hue angle of 54.93º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2E01D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.05 |
| HSL | 54.93º | 0.89% | 0.53% | - |
| HSV(B) | 54.93º | 0.88% | 0.95% | - |
| XYZ | 63.5 | 72.28 | 11.77 | - |
| YUV | 207.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 29 | 0 | 0.07 | 0.88 | 0.05 | 54.93 | 0.89 | 0.53 |
| Hex | F2 | E0 | 1D | 0 | 7 | 58 | 5 | 37 | 59 | 35 |
| Octal | 362 | 340 | 35 | 0 | 7 | 130 | 5 | 67 | 131 | 65 |
| Binary | 11110010 | 11100000 | 11101 | 0 | 111 | 1011000 | 101 | 110111 | 1011001 | 110101 |
Color Harmonies of #F2E01D
Complementary color
Monochromatic Colors of #F2E01D
Black with #F2E01D
Text Example
Text Example
White with #F2E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E01D; }
p { color: rgb(242,224,29); }
H1.HeaderClassName
{
color: #F2E01D;
}
.AnyTagClassName
{
color: #F2E01D;
}
</style>
background-color css
<style>
a { background-color: #F2E01D; }
a { background-color: rgb(242,224,29); }
div.DivClassName
{
background-color: #F2E01D;
}
.BgClassName
{
background-color: #F2E01D;
}
</style>
border-color css
<style>
span { border-color: #F2E01D; }
span { border-color: rgb(242,224,29); }
td.TdClassName
{
border-color: #F2E01D;
}
.TagClassName
{
border-color: #F2E01D;
}
</style>