Shades of Lemon #F2DF19
Tints of Lemon #F2DF19
RGB
CMYK
RGB Variations
Color information
#F2DF19 (or 0xF2DF19) is known color: Lemon. HEX triplet: F2, DF and 19. RGB value is (242,223,25). Sum of RGB (Red+Green+Blue) = 242+223+25=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF19 is #0D20E6. Grayscale: #CECECE. Windows color (decimal): -860391 or 1695730. OLE color: 1695730.
HSL color Cylindrical-coordinate representation of color #F2DF19: hue angle of 54.75º 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 #F2DF19 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.05 |
| HSL | 54.75º | 0.89% | 0.52% | - |
| HSV(B) | 54.75º | 0.9% | 0.95% | - |
| XYZ | 63.18 | 71.72 | 11.43 | - |
| YUV | 206.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 25 | 0 | 0.08 | 0.90 | 0.05 | 54.75 | 0.89 | 0.52 |
| Hex | F2 | DF | 19 | 0 | 8 | 5A | 5 | 37 | 59 | 34 |
| Octal | 362 | 337 | 31 | 0 | 10 | 132 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11011111 | 11001 | 0 | 1000 | 1011010 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2DF19
Complementary color
Monochromatic Colors of #F2DF19
Black with #F2DF19
Text Example
Text Example
White with #F2DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF19; }
p { color: rgb(242,223,25); }
H1.HeaderClassName
{
color: #F2DF19;
}
.AnyTagClassName
{
color: #F2DF19;
}
</style>
background-color css
<style>
a { background-color: #F2DF19; }
a { background-color: rgb(242,223,25); }
div.DivClassName
{
background-color: #F2DF19;
}
.BgClassName
{
background-color: #F2DF19;
}
</style>
border-color css
<style>
span { border-color: #F2DF19; }
span { border-color: rgb(242,223,25); }
td.TdClassName
{
border-color: #F2DF19;
}
.TagClassName
{
border-color: #F2DF19;
}
</style>