Shades of Lemon #F6DB18
Tints of Lemon #F6DB18
RGB
CMYK
RGB Variations
Color information
#F6DB18 (or 0xF6DB18) is known color: Lemon. HEX triplet: F6, DB and 18. RGB value is (246,219,24). Sum of RGB (Red+Green+Blue) = 246+219+24=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DB18 is #0924E7. Grayscale: #CDCDCD. Windows color (decimal): -599272 or 1629174. OLE color: 1629174.
HSL color Cylindrical-coordinate representation of color #F6DB18: hue angle of 52.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6DB18 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 24 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.04 |
| HSL | 52.7º | 0.93% | 0.53% | - |
| HSV(B) | 52.7º | 0.9% | 0.96% | - |
| XYZ | 63.5 | 70.32 | 11.09 | - |
| YUV | 204.84 | 25.95 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 24 | 0 | 0.11 | 0.90 | 0.04 | 52.7 | 0.93 | 0.53 |
| Hex | F6 | DB | 18 | 0 | B | 5A | 4 | 35 | 5C | 35 |
| Octal | 366 | 333 | 30 | 0 | 13 | 132 | 4 | 65 | 134 | 65 |
| Binary | 11110110 | 11011011 | 11000 | 0 | 1011 | 1011010 | 100 | 110101 | 1011100 | 110101 |
Color Harmonies of #F6DB18
Complementary color
Monochromatic Colors of #F6DB18
Black with #F6DB18
Text Example
Text Example
White with #F6DB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB18; }
p { color: rgb(246,219,24); }
H1.HeaderClassName
{
color: #F6DB18;
}
.AnyTagClassName
{
color: #F6DB18;
}
</style>
background-color css
<style>
a { background-color: #F6DB18; }
a { background-color: rgb(246,219,24); }
div.DivClassName
{
background-color: #F6DB18;
}
.BgClassName
{
background-color: #F6DB18;
}
</style>
border-color css
<style>
span { border-color: #F6DB18; }
span { border-color: rgb(246,219,24); }
td.TdClassName
{
border-color: #F6DB18;
}
.TagClassName
{
border-color: #F6DB18;
}
</style>