Shades of Lemon #F2DF15
Tints of Lemon #F2DF15
RGB
CMYK
RGB Variations
Color information
#F2DF15 (or 0xF2DF15) is known color: Lemon. HEX triplet: F2, DF and 15. RGB value is (242,223,21). Sum of RGB (Red+Green+Blue) = 242+223+21=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF15 is #0D20EA. Grayscale: #CECECE. Windows color (decimal): -860395 or 1433586. OLE color: 1433586.
HSL color Cylindrical-coordinate representation of color #F2DF15: hue angle of 54.84º 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 #F2DF15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.05 |
| HSL | 54.84º | 0.89% | 0.52% | - |
| HSV(B) | 54.84º | 0.91% | 0.95% | - |
| XYZ | 63.14 | 71.71 | 11.22 | - |
| YUV | 205.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 21 | 0 | 0.08 | 0.91 | 0.05 | 54.84 | 0.89 | 0.52 |
| Hex | F2 | DF | 15 | 0 | 8 | 5B | 5 | 37 | 59 | 34 |
| Octal | 362 | 337 | 25 | 0 | 10 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11011111 | 10101 | 0 | 1000 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2DF15
Complementary color
Monochromatic Colors of #F2DF15
Black with #F2DF15
Text Example
Text Example
White with #F2DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF15; }
p { color: rgb(242,223,21); }
H1.HeaderClassName
{
color: #F2DF15;
}
.AnyTagClassName
{
color: #F2DF15;
}
</style>
background-color css
<style>
a { background-color: #F2DF15; }
a { background-color: rgb(242,223,21); }
div.DivClassName
{
background-color: #F2DF15;
}
.BgClassName
{
background-color: #F2DF15;
}
</style>
border-color css
<style>
span { border-color: #F2DF15; }
span { border-color: rgb(242,223,21); }
td.TdClassName
{
border-color: #F2DF15;
}
.TagClassName
{
border-color: #F2DF15;
}
</style>