Shades of Lemon #F1DB14
Tints of Lemon #F1DB14
RGB
CMYK
RGB Variations
Color information
#F1DB14 (or 0xF1DB14) is known color: Lemon. HEX triplet: F1, DB and 14. RGB value is (241,219,20). Sum of RGB (Red+Green+Blue) = 241+219+20=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB14 is #0E24EB. Grayscale: #CBCBCB. Windows color (decimal): -926956 or 1367025. OLE color: 1367025.
HSL color Cylindrical-coordinate representation of color #F1DB14: hue angle of 54.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1DB14 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.05 |
| HSL | 54.03º | 0.89% | 0.51% | - |
| HSV(B) | 54.03º | 0.92% | 0.95% | - |
| XYZ | 61.73 | 69.41 | 10.81 | - |
| YUV | 202.89 | 24.79 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 20 | 0 | 0.09 | 0.92 | 0.05 | 54.03 | 0.89 | 0.51 |
| Hex | F1 | DB | 14 | 0 | 9 | 5C | 5 | 36 | 59 | 33 |
| Octal | 361 | 333 | 24 | 0 | 11 | 134 | 5 | 66 | 131 | 63 |
| Binary | 11110001 | 11011011 | 10100 | 0 | 1001 | 1011100 | 101 | 110110 | 1011001 | 110011 |
Color Harmonies of #F1DB14
Complementary color
Monochromatic Colors of #F1DB14
Black with #F1DB14
Text Example
Text Example
White with #F1DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB14; }
p { color: rgb(241,219,20); }
H1.HeaderClassName
{
color: #F1DB14;
}
.AnyTagClassName
{
color: #F1DB14;
}
</style>
background-color css
<style>
a { background-color: #F1DB14; }
a { background-color: rgb(241,219,20); }
div.DivClassName
{
background-color: #F1DB14;
}
.BgClassName
{
background-color: #F1DB14;
}
</style>
border-color css
<style>
span { border-color: #F1DB14; }
span { border-color: rgb(241,219,20); }
td.TdClassName
{
border-color: #F1DB14;
}
.TagClassName
{
border-color: #F1DB14;
}
</style>