Shades of Lemon #F2ED14
Tints of Lemon #F2ED14
RGB
CMYK
RGB Variations
Color information
#F2ED14 (or 0xF2ED14) is known color: Lemon. HEX triplet: F2, ED and 14. RGB value is (242,237,20). Sum of RGB (Red+Green+Blue) = 242+237+20=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED14 is #0D12EB. Grayscale: #D6D6D6. Windows color (decimal): -856812 or 1371634. OLE color: 1371634.
HSL color Cylindrical-coordinate representation of color #F2ED14: hue angle of 58.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2ED14 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.05 |
| HSL | 58.65º | 0.9% | 0.51% | - |
| HSV(B) | 58.65º | 0.92% | 0.95% | - |
| XYZ | 67.03 | 79.5 | 12.47 | - |
| YUV | 213.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 20 | 0 | 0.02 | 0.92 | 0.05 | 58.65 | 0.9 | 0.51 |
| Hex | F2 | ED | 14 | 0 | 2 | 5C | 5 | 3B | 5A | 33 |
| Octal | 362 | 355 | 24 | 0 | 2 | 134 | 5 | 73 | 132 | 63 |
| Binary | 11110010 | 11101101 | 10100 | 0 | 10 | 1011100 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F2ED14
Complementary color
Monochromatic Colors of #F2ED14
Black with #F2ED14
Text Example
Text Example
White with #F2ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED14; }
p { color: rgb(242,237,20); }
H1.HeaderClassName
{
color: #F2ED14;
}
.AnyTagClassName
{
color: #F2ED14;
}
</style>
background-color css
<style>
a { background-color: #F2ED14; }
a { background-color: rgb(242,237,20); }
div.DivClassName
{
background-color: #F2ED14;
}
.BgClassName
{
background-color: #F2ED14;
}
</style>
border-color css
<style>
span { border-color: #F2ED14; }
span { border-color: rgb(242,237,20); }
td.TdClassName
{
border-color: #F2ED14;
}
.TagClassName
{
border-color: #F2ED14;
}
</style>