Shades of Lemon #F1DF0E
Tints of Lemon #F1DF0E
RGB
CMYK
RGB Variations
Color information
#F1DF0E (or 0xF1DF0E) is known color: Lemon. HEX triplet: F1, DF and 0E. RGB value is (241,223,14). Sum of RGB (Red+Green+Blue) = 241+223+14=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DF0E is #0E20F1. Grayscale: #CDCDCD. Windows color (decimal): -925938 or 974833. OLE color: 974833.
HSL color Cylindrical-coordinate representation of color #F1DF0E: hue angle of 55.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1DF0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.05 |
| HSL | 55.24º | 0.89% | 0.5% | - |
| HSV(B) | 55.24º | 0.94% | 0.95% | - |
| XYZ | 62.74 | 71.51 | 10.91 | - |
| YUV | 204.56 | 20.46 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 14 | 0 | 0.07 | 0.94 | 0.05 | 55.24 | 0.89 | 0.5 |
| Hex | F1 | DF | E | 0 | 7 | 5E | 5 | 37 | 59 | 32 |
| Octal | 361 | 337 | 16 | 0 | 7 | 136 | 5 | 67 | 131 | 62 |
| Binary | 11110001 | 11011111 | 1110 | 0 | 111 | 1011110 | 101 | 110111 | 1011001 | 110010 |
Color Harmonies of #F1DF0E
Complementary color
Monochromatic Colors of #F1DF0E
Black with #F1DF0E
Text Example
Text Example
White with #F1DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF0E; }
p { color: rgb(241,223,14); }
H1.HeaderClassName
{
color: #F1DF0E;
}
.AnyTagClassName
{
color: #F1DF0E;
}
</style>
background-color css
<style>
a { background-color: #F1DF0E; }
a { background-color: rgb(241,223,14); }
div.DivClassName
{
background-color: #F1DF0E;
}
.BgClassName
{
background-color: #F1DF0E;
}
</style>
border-color css
<style>
span { border-color: #F1DF0E; }
span { border-color: rgb(241,223,14); }
td.TdClassName
{
border-color: #F1DF0E;
}
.TagClassName
{
border-color: #F1DF0E;
}
</style>