Shades of Lemon #F9DB18
Tints of Lemon #F9DB18
RGB
CMYK
RGB Variations
Color information
#F9DB18 (or 0xF9DB18) is known color: Lemon. HEX triplet: F9, DB and 18. RGB value is (249,219,24). Sum of RGB (Red+Green+Blue) = 249+219+24=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB18 is #0624E7. Grayscale: #CECECE. Windows color (decimal): -402664 or 1629177. OLE color: 1629177.
HSL color Cylindrical-coordinate representation of color #F9DB18: hue angle of 52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9DB18 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.02 |
| HSL | 52º | 0.95% | 0.54% | - |
| HSV(B) | 52º | 0.9% | 0.98% | - |
| XYZ | 64.56 | 70.87 | 11.14 | - |
| YUV | 205.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 24 | 0 | 0.12 | 0.90 | 0.02 | 52 | 0.95 | 0.54 |
| Hex | F9 | DB | 18 | 0 | C | 5A | 2 | 34 | 5F | 36 |
| Octal | 371 | 333 | 30 | 0 | 14 | 132 | 2 | 64 | 137 | 66 |
| Binary | 11111001 | 11011011 | 11000 | 0 | 1100 | 1011010 | 10 | 110100 | 1011111 | 110110 |
Color Harmonies of #F9DB18
Complementary color
Monochromatic Colors of #F9DB18
Black with #F9DB18
Text Example
Text Example
White with #F9DB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB18; }
p { color: rgb(249,219,24); }
H1.HeaderClassName
{
color: #F9DB18;
}
.AnyTagClassName
{
color: #F9DB18;
}
</style>
background-color css
<style>
a { background-color: #F9DB18; }
a { background-color: rgb(249,219,24); }
div.DivClassName
{
background-color: #F9DB18;
}
.BgClassName
{
background-color: #F9DB18;
}
</style>
border-color css
<style>
span { border-color: #F9DB18; }
span { border-color: rgb(249,219,24); }
td.TdClassName
{
border-color: #F9DB18;
}
.TagClassName
{
border-color: #F9DB18;
}
</style>