Shades of Lemon #F2DC15
Tints of Lemon #F2DC15
RGB
CMYK
RGB Variations
Color information
#F2DC15 (or 0xF2DC15) is known color: Lemon. HEX triplet: F2, DC and 15. RGB value is (242,220,21). Sum of RGB (Red+Green+Blue) = 242+220+21=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC15 is #0D23EA. Grayscale: #CCCCCC. Windows color (decimal): -861163 or 1432818. OLE color: 1432818.
HSL color Cylindrical-coordinate representation of color #F2DC15: hue angle of 54.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2DC15 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 21 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.05 |
| HSL | 54.03º | 0.89% | 0.52% | - |
| HSV(B) | 54.03º | 0.91% | 0.95% | - |
| XYZ | 62.35 | 70.12 | 10.96 | - |
| YUV | 203.89 | 24.79 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 21 | 0 | 0.09 | 0.91 | 0.05 | 54.03 | 0.89 | 0.52 |
| Hex | F2 | DC | 15 | 0 | 9 | 5B | 5 | 36 | 59 | 34 |
| Octal | 362 | 334 | 25 | 0 | 11 | 133 | 5 | 66 | 131 | 64 |
| Binary | 11110010 | 11011100 | 10101 | 0 | 1001 | 1011011 | 101 | 110110 | 1011001 | 110100 |
Color Harmonies of #F2DC15
Complementary color
Monochromatic Colors of #F2DC15
Black with #F2DC15
Text Example
Text Example
White with #F2DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC15; }
p { color: rgb(242,220,21); }
H1.HeaderClassName
{
color: #F2DC15;
}
.AnyTagClassName
{
color: #F2DC15;
}
</style>
background-color css
<style>
a { background-color: #F2DC15; }
a { background-color: rgb(242,220,21); }
div.DivClassName
{
background-color: #F2DC15;
}
.BgClassName
{
background-color: #F2DC15;
}
</style>
border-color css
<style>
span { border-color: #F2DC15; }
span { border-color: rgb(242,220,21); }
td.TdClassName
{
border-color: #F2DC15;
}
.TagClassName
{
border-color: #F2DC15;
}
</style>