Shades of Lemon #F2DD14
Tints of Lemon #F2DD14
RGB
CMYK
RGB Variations
Color information
#F2DD14 (or 0xF2DD14) is known color: Lemon. HEX triplet: F2, DD and 14. RGB value is (242,221,20). Sum of RGB (Red+Green+Blue) = 242+221+20=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD14 is #0D22EB. Grayscale: #CDCDCD. Windows color (decimal): -860908 or 1367538. OLE color: 1367538.
HSL color Cylindrical-coordinate representation of color #F2DD14: hue angle of 54.32º 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 #F2DD14 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.05 |
| HSL | 54.32º | 0.9% | 0.51% | - |
| HSV(B) | 54.32º | 0.92% | 0.95% | - |
| XYZ | 62.6 | 70.64 | 11 | - |
| YUV | 204.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 20 | 0 | 0.09 | 0.92 | 0.05 | 54.32 | 0.9 | 0.51 |
| Hex | F2 | DD | 14 | 0 | 9 | 5C | 5 | 36 | 5A | 33 |
| Octal | 362 | 335 | 24 | 0 | 11 | 134 | 5 | 66 | 132 | 63 |
| Binary | 11110010 | 11011101 | 10100 | 0 | 1001 | 1011100 | 101 | 110110 | 1011010 | 110011 |
Color Harmonies of #F2DD14
Complementary color
Monochromatic Colors of #F2DD14
Black with #F2DD14
Text Example
Text Example
White with #F2DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD14; }
p { color: rgb(242,221,20); }
H1.HeaderClassName
{
color: #F2DD14;
}
.AnyTagClassName
{
color: #F2DD14;
}
</style>
background-color css
<style>
a { background-color: #F2DD14; }
a { background-color: rgb(242,221,20); }
div.DivClassName
{
background-color: #F2DD14;
}
.BgClassName
{
background-color: #F2DD14;
}
</style>
border-color css
<style>
span { border-color: #F2DD14; }
span { border-color: rgb(242,221,20); }
td.TdClassName
{
border-color: #F2DD14;
}
.TagClassName
{
border-color: #F2DD14;
}
</style>