Shades of Lemon #F2DB13
Tints of Lemon #F2DB13
RGB
CMYK
RGB Variations
Color information
#F2DB13 (or 0xF2DB13) is known color: Lemon. HEX triplet: F2, DB and 13. RGB value is (242,219,19). Sum of RGB (Red+Green+Blue) = 242+219+19=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DB13 is #0D24EC. Grayscale: #CBCBCB. Windows color (decimal): -861421 or 1301490. OLE color: 1301490.
HSL color Cylindrical-coordinate representation of color #F2DB13: hue angle of 53.81º 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 #F2DB13 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.05 |
| HSL | 53.81º | 0.9% | 0.51% | - |
| HSV(B) | 53.81º | 0.92% | 0.95% | - |
| XYZ | 62.07 | 69.59 | 10.78 | - |
| YUV | 203.08 | 24.12 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 19 | 0 | 0.10 | 0.92 | 0.05 | 53.81 | 0.9 | 0.51 |
| Hex | F2 | DB | 13 | 0 | A | 5C | 5 | 36 | 5A | 33 |
| Octal | 362 | 333 | 23 | 0 | 12 | 134 | 5 | 66 | 132 | 63 |
| Binary | 11110010 | 11011011 | 10011 | 0 | 1010 | 1011100 | 101 | 110110 | 1011010 | 110011 |
Color Harmonies of #F2DB13
Complementary color
Monochromatic Colors of #F2DB13
Black with #F2DB13
Text Example
Text Example
White with #F2DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB13; }
p { color: rgb(242,219,19); }
H1.HeaderClassName
{
color: #F2DB13;
}
.AnyTagClassName
{
color: #F2DB13;
}
</style>
background-color css
<style>
a { background-color: #F2DB13; }
a { background-color: rgb(242,219,19); }
div.DivClassName
{
background-color: #F2DB13;
}
.BgClassName
{
background-color: #F2DB13;
}
</style>
border-color css
<style>
span { border-color: #F2DB13; }
span { border-color: rgb(242,219,19); }
td.TdClassName
{
border-color: #F2DB13;
}
.TagClassName
{
border-color: #F2DB13;
}
</style>