Shades of Lemon #F1DF16
Tints of Lemon #F1DF16
RGB
CMYK
RGB Variations
Color information
#F1DF16 (or 0xF1DF16) is known color: Lemon. HEX triplet: F1, DF and 16. RGB value is (241,223,22). Sum of RGB (Red+Green+Blue) = 241+223+22=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DF16 is #0E20E9. Grayscale: #CECECE. Windows color (decimal): -925930 or 1499121. OLE color: 1499121.
HSL color Cylindrical-coordinate representation of color #F1DF16: hue angle of 55.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1DF16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.07º | 0.89% | 0.52% | - |
| HSV(B) | 55.07º | 0.91% | 0.95% | - |
| XYZ | 62.81 | 71.53 | 11.26 | - |
| YUV | 205.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 22 | 0 | 0.07 | 0.91 | 0.05 | 55.07 | 0.89 | 0.52 |
| Hex | F1 | DF | 16 | 0 | 7 | 5B | 5 | 37 | 59 | 34 |
| Octal | 361 | 337 | 26 | 0 | 7 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110001 | 11011111 | 10110 | 0 | 111 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F1DF16
Complementary color
Monochromatic Colors of #F1DF16
Black with #F1DF16
Text Example
Text Example
White with #F1DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF16; }
p { color: rgb(241,223,22); }
H1.HeaderClassName
{
color: #F1DF16;
}
.AnyTagClassName
{
color: #F1DF16;
}
</style>
background-color css
<style>
a { background-color: #F1DF16; }
a { background-color: rgb(241,223,22); }
div.DivClassName
{
background-color: #F1DF16;
}
.BgClassName
{
background-color: #F1DF16;
}
</style>
border-color css
<style>
span { border-color: #F1DF16; }
span { border-color: rgb(241,223,22); }
td.TdClassName
{
border-color: #F1DF16;
}
.TagClassName
{
border-color: #F1DF16;
}
</style>