Shades of Lemon #F8DB11
Tints of Lemon #F8DB11
RGB
CMYK
RGB Variations
Color information
#F8DB11 (or 0xF8DB11) is known color: Lemon. HEX triplet: F8, DB and 11. RGB value is (248,219,17). Sum of RGB (Red+Green+Blue) = 248+219+17=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 17 (7.03% from 255 or 3.51% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB11 is #0724EE. Grayscale: #CDCDCD. Windows color (decimal): -468207 or 1170424. OLE color: 1170424.
HSL color Cylindrical-coordinate representation of color #F8DB11: hue angle of 52.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8DB11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.03 |
| HSL | 52.47º | 0.94% | 0.52% | - |
| HSV(B) | 52.47º | 0.93% | 0.97% | - |
| XYZ | 64.14 | 70.66 | 10.79 | - |
| YUV | 204.64 | 22.11 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 17 | 0 | 0.12 | 0.93 | 0.03 | 52.47 | 0.94 | 0.52 |
| Hex | F8 | DB | 11 | 0 | C | 5D | 3 | 34 | 5E | 34 |
| Octal | 370 | 333 | 21 | 0 | 14 | 135 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11011011 | 10001 | 0 | 1100 | 1011101 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8DB11
Complementary color
Monochromatic Colors of #F8DB11
Black with #F8DB11
Text Example
Text Example
White with #F8DB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB11; }
p { color: rgb(248,219,17); }
H1.HeaderClassName
{
color: #F8DB11;
}
.AnyTagClassName
{
color: #F8DB11;
}
</style>
background-color css
<style>
a { background-color: #F8DB11; }
a { background-color: rgb(248,219,17); }
div.DivClassName
{
background-color: #F8DB11;
}
.BgClassName
{
background-color: #F8DB11;
}
</style>
border-color css
<style>
span { border-color: #F8DB11; }
span { border-color: rgb(248,219,17); }
td.TdClassName
{
border-color: #F8DB11;
}
.TagClassName
{
border-color: #F8DB11;
}
</style>