Shades of Lemon #F1DB0D
Tints of Lemon #F1DB0D
RGB
CMYK
RGB Variations
Color information
#F1DB0D (or 0xF1DB0D) is known color: Lemon. HEX triplet: F1, DB and 0D. RGB value is (241,219,13). Sum of RGB (Red+Green+Blue) = 241+219+13=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB0D is #0E24F2. Grayscale: #CACACA. Windows color (decimal): -926963 or 908273. OLE color: 908273.
HSL color Cylindrical-coordinate representation of color #F1DB0D: hue angle of 54.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1DB0D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.05 |
| HSL | 54.21º | 0.9% | 0.5% | - |
| HSV(B) | 54.21º | 0.95% | 0.95% | - |
| XYZ | 61.68 | 69.39 | 10.52 | - |
| YUV | 202.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 13 | 0 | 0.09 | 0.95 | 0.05 | 54.21 | 0.9 | 0.5 |
| Hex | F1 | DB | D | 0 | 9 | 5F | 5 | 36 | 5A | 32 |
| Octal | 361 | 333 | 15 | 0 | 11 | 137 | 5 | 66 | 132 | 62 |
| Binary | 11110001 | 11011011 | 1101 | 0 | 1001 | 1011111 | 101 | 110110 | 1011010 | 110010 |
Color Harmonies of #F1DB0D
Complementary color
Monochromatic Colors of #F1DB0D
Black with #F1DB0D
Text Example
Text Example
White with #F1DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB0D; }
p { color: rgb(241,219,13); }
H1.HeaderClassName
{
color: #F1DB0D;
}
.AnyTagClassName
{
color: #F1DB0D;
}
</style>
background-color css
<style>
a { background-color: #F1DB0D; }
a { background-color: rgb(241,219,13); }
div.DivClassName
{
background-color: #F1DB0D;
}
.BgClassName
{
background-color: #F1DB0D;
}
</style>
border-color css
<style>
span { border-color: #F1DB0D; }
span { border-color: rgb(241,219,13); }
td.TdClassName
{
border-color: #F1DB0D;
}
.TagClassName
{
border-color: #F1DB0D;
}
</style>