Shades of Lemon #F2DF13
Tints of Lemon #F2DF13
RGB
CMYK
RGB Variations
Color information
#F2DF13 (or 0xF2DF13) is known color: Lemon. HEX triplet: F2, DF and 13. RGB value is (242,223,19). Sum of RGB (Red+Green+Blue) = 242+223+19=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF13 is #0D20EC. Grayscale: #CECECE. Windows color (decimal): -860397 or 1302514. OLE color: 1302514.
HSL color Cylindrical-coordinate representation of color #F2DF13: hue angle of 54.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2DF13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.05 |
| HSL | 54.89º | 0.9% | 0.51% | - |
| HSV(B) | 54.89º | 0.92% | 0.95% | - |
| XYZ | 63.12 | 71.7 | 11.13 | - |
| YUV | 205.43 | 22.79 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 19 | 0 | 0.08 | 0.92 | 0.05 | 54.89 | 0.9 | 0.51 |
| Hex | F2 | DF | 13 | 0 | 8 | 5C | 5 | 37 | 5A | 33 |
| Octal | 362 | 337 | 23 | 0 | 10 | 134 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11011111 | 10011 | 0 | 1000 | 1011100 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2DF13
Complementary color
Monochromatic Colors of #F2DF13
Black with #F2DF13
Text Example
Text Example
White with #F2DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF13; }
p { color: rgb(242,223,19); }
H1.HeaderClassName
{
color: #F2DF13;
}
.AnyTagClassName
{
color: #F2DF13;
}
</style>
background-color css
<style>
a { background-color: #F2DF13; }
a { background-color: rgb(242,223,19); }
div.DivClassName
{
background-color: #F2DF13;
}
.BgClassName
{
background-color: #F2DF13;
}
</style>
border-color css
<style>
span { border-color: #F2DF13; }
span { border-color: rgb(242,223,19); }
td.TdClassName
{
border-color: #F2DF13;
}
.TagClassName
{
border-color: #F2DF13;
}
</style>