Shades of Lemon #F2DE14
Tints of Lemon #F2DE14
RGB
CMYK
RGB Variations
Color information
#F2DE14 (or 0xF2DE14) is known color: Lemon. HEX triplet: F2, DE and 14. RGB value is (242,222,20). Sum of RGB (Red+Green+Blue) = 242+222+20=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DE14 is #0D21EB. Grayscale: #CDCDCD. Windows color (decimal): -860652 or 1367794. OLE color: 1367794.
HSL color Cylindrical-coordinate representation of color #F2DE14: hue angle of 54.59º 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 #F2DE14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.05 |
| HSL | 54.59º | 0.9% | 0.51% | - |
| HSV(B) | 54.59º | 0.92% | 0.95% | - |
| XYZ | 62.87 | 71.17 | 11.09 | - |
| YUV | 204.95 | 23.63 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 20 | 0 | 0.08 | 0.92 | 0.05 | 54.59 | 0.9 | 0.51 |
| Hex | F2 | DE | 14 | 0 | 8 | 5C | 5 | 37 | 5A | 33 |
| Octal | 362 | 336 | 24 | 0 | 10 | 134 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11011110 | 10100 | 0 | 1000 | 1011100 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2DE14
Complementary color
Monochromatic Colors of #F2DE14
Black with #F2DE14
Text Example
Text Example
White with #F2DE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE14; }
p { color: rgb(242,222,20); }
H1.HeaderClassName
{
color: #F2DE14;
}
.AnyTagClassName
{
color: #F2DE14;
}
</style>
background-color css
<style>
a { background-color: #F2DE14; }
a { background-color: rgb(242,222,20); }
div.DivClassName
{
background-color: #F2DE14;
}
.BgClassName
{
background-color: #F2DE14;
}
</style>
border-color css
<style>
span { border-color: #F2DE14; }
span { border-color: rgb(242,222,20); }
td.TdClassName
{
border-color: #F2DE14;
}
.TagClassName
{
border-color: #F2DE14;
}
</style>