Shades of Lemon #F9DB17
Tints of Lemon #F9DB17
RGB
CMYK
RGB Variations
Color information
#F9DB17 (or 0xF9DB17) is known color: Lemon. HEX triplet: F9, DB and 17. RGB value is (249,219,23). Sum of RGB (Red+Green+Blue) = 249+219+23=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB17 is #0624E8. Grayscale: #CECECE. Windows color (decimal): -402665 or 1563641. OLE color: 1563641.
HSL color Cylindrical-coordinate representation of color #F9DB17: hue angle of 52.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9DB17 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 23 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.02 |
| HSL | 52.04º | 0.95% | 0.53% | - |
| HSV(B) | 52.04º | 0.91% | 0.98% | - |
| XYZ | 64.55 | 70.86 | 11.09 | - |
| YUV | 205.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 23 | 0 | 0.12 | 0.91 | 0.02 | 52.04 | 0.95 | 0.53 |
| Hex | F9 | DB | 17 | 0 | C | 5B | 2 | 34 | 5F | 35 |
| Octal | 371 | 333 | 27 | 0 | 14 | 133 | 2 | 64 | 137 | 65 |
| Binary | 11111001 | 11011011 | 10111 | 0 | 1100 | 1011011 | 10 | 110100 | 1011111 | 110101 |
Color Harmonies of #F9DB17
Complementary color
Monochromatic Colors of #F9DB17
Black with #F9DB17
Text Example
Text Example
White with #F9DB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB17; }
p { color: rgb(249,219,23); }
H1.HeaderClassName
{
color: #F9DB17;
}
.AnyTagClassName
{
color: #F9DB17;
}
</style>
background-color css
<style>
a { background-color: #F9DB17; }
a { background-color: rgb(249,219,23); }
div.DivClassName
{
background-color: #F9DB17;
}
.BgClassName
{
background-color: #F9DB17;
}
</style>
border-color css
<style>
span { border-color: #F9DB17; }
span { border-color: rgb(249,219,23); }
td.TdClassName
{
border-color: #F9DB17;
}
.TagClassName
{
border-color: #F9DB17;
}
</style>