Shades of Lemon #F2DF18
Tints of Lemon #F2DF18
RGB
CMYK
RGB Variations
Color information
#F2DF18 (or 0xF2DF18) is known color: Lemon. HEX triplet: F2, DF and 18. RGB value is (242,223,24). Sum of RGB (Red+Green+Blue) = 242+223+24=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF18 is #0D20E7. Grayscale: #CECECE. Windows color (decimal): -860392 or 1630194. OLE color: 1630194.
HSL color Cylindrical-coordinate representation of color #F2DF18: hue angle of 54.77º 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 #F2DF18 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 24 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.05 |
| HSL | 54.77º | 0.89% | 0.52% | - |
| HSV(B) | 54.77º | 0.9% | 0.95% | - |
| XYZ | 63.17 | 71.72 | 11.38 | - |
| YUV | 206 | 25.29 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 24 | 0 | 0.08 | 0.90 | 0.05 | 54.77 | 0.89 | 0.52 |
| Hex | F2 | DF | 18 | 0 | 8 | 5A | 5 | 37 | 59 | 34 |
| Octal | 362 | 337 | 30 | 0 | 10 | 132 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11011111 | 11000 | 0 | 1000 | 1011010 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2DF18
Complementary color
Monochromatic Colors of #F2DF18
Black with #F2DF18
Text Example
Text Example
White with #F2DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF18; }
p { color: rgb(242,223,24); }
H1.HeaderClassName
{
color: #F2DF18;
}
.AnyTagClassName
{
color: #F2DF18;
}
</style>
background-color css
<style>
a { background-color: #F2DF18; }
a { background-color: rgb(242,223,24); }
div.DivClassName
{
background-color: #F2DF18;
}
.BgClassName
{
background-color: #F2DF18;
}
</style>
border-color css
<style>
span { border-color: #F2DF18; }
span { border-color: rgb(242,223,24); }
td.TdClassName
{
border-color: #F2DF18;
}
.TagClassName
{
border-color: #F2DF18;
}
</style>