Shades of Lemon #F2DF17
Tints of Lemon #F2DF17
RGB
CMYK
RGB Variations
Color information
#F2DF17 (or 0xF2DF17) is known color: Lemon. HEX triplet: F2, DF and 17. RGB value is (242,223,23). Sum of RGB (Red+Green+Blue) = 242+223+23=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF17 is #0D20E8. Grayscale: #CECECE. Windows color (decimal): -860393 or 1564658. OLE color: 1564658.
HSL color Cylindrical-coordinate representation of color #F2DF17: hue angle of 54.79º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2DF17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.05 |
| HSL | 54.79º | 0.89% | 0.52% | - |
| HSV(B) | 54.79º | 0.9% | 0.95% | - |
| XYZ | 63.16 | 71.71 | 11.32 | - |
| YUV | 205.88 | 24.79 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 23 | 0 | 0.08 | 0.90 | 0.05 | 54.79 | 0.89 | 0.52 |
| Hex | F2 | DF | 17 | 0 | 8 | 5A | 5 | 37 | 59 | 34 |
| Octal | 362 | 337 | 27 | 0 | 10 | 132 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11011111 | 10111 | 0 | 1000 | 1011010 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2DF17
Complementary color
Monochromatic Colors of #F2DF17
Black with #F2DF17
Text Example
Text Example
White with #F2DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF17; }
p { color: rgb(242,223,23); }
H1.HeaderClassName
{
color: #F2DF17;
}
.AnyTagClassName
{
color: #F2DF17;
}
</style>
background-color css
<style>
a { background-color: #F2DF17; }
a { background-color: rgb(242,223,23); }
div.DivClassName
{
background-color: #F2DF17;
}
.BgClassName
{
background-color: #F2DF17;
}
</style>
border-color css
<style>
span { border-color: #F2DF17; }
span { border-color: rgb(242,223,23); }
td.TdClassName
{
border-color: #F2DF17;
}
.TagClassName
{
border-color: #F2DF17;
}
</style>