Shades of Lemon #F9DB0F
Tints of Lemon #F9DB0F
RGB
CMYK
RGB Variations
Color information
#F9DB0F (or 0xF9DB0F) is known color: Lemon. HEX triplet: F9, DB and 0F. RGB value is (249,219,15). Sum of RGB (Red+Green+Blue) = 249+219+15=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB0F is #0624F0. Grayscale: #CDCDCD. Windows color (decimal): -402673 or 1039353. OLE color: 1039353.
HSL color Cylindrical-coordinate representation of color #F9DB0F: hue angle of 52.31º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9DB0F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.02 |
| HSL | 52.31º | 0.95% | 0.52% | - |
| HSV(B) | 52.31º | 0.94% | 0.98% | - |
| XYZ | 64.48 | 70.84 | 10.73 | - |
| YUV | 204.71 | 20.94 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 15 | 0 | 0.12 | 0.94 | 0.02 | 52.31 | 0.95 | 0.52 |
| Hex | F9 | DB | F | 0 | C | 5E | 2 | 34 | 5F | 34 |
| Octal | 371 | 333 | 17 | 0 | 14 | 136 | 2 | 64 | 137 | 64 |
| Binary | 11111001 | 11011011 | 1111 | 0 | 1100 | 1011110 | 10 | 110100 | 1011111 | 110100 |
Color Harmonies of #F9DB0F
Complementary color
Monochromatic Colors of #F9DB0F
Black with #F9DB0F
Text Example
Text Example
White with #F9DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB0F; }
p { color: rgb(249,219,15); }
H1.HeaderClassName
{
color: #F9DB0F;
}
.AnyTagClassName
{
color: #F9DB0F;
}
</style>
background-color css
<style>
a { background-color: #F9DB0F; }
a { background-color: rgb(249,219,15); }
div.DivClassName
{
background-color: #F9DB0F;
}
.BgClassName
{
background-color: #F9DB0F;
}
</style>
border-color css
<style>
span { border-color: #F9DB0F; }
span { border-color: rgb(249,219,15); }
td.TdClassName
{
border-color: #F9DB0F;
}
.TagClassName
{
border-color: #F9DB0F;
}
</style>