Shades of Lemon #FFF115
Tints of Lemon #FFF115
RGB
CMYK
RGB Variations
Color information
#FFF115 (or 0xFFF115) is known color: Lemon. HEX triplet: FF, F1 and 15. RGB value is (255,241,21). Sum of RGB (Red+Green+Blue) = 255+241+21=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 21 (8.59% from 255 or 4.06% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF115 is #000EEA. Grayscale: #DDDDDD. Windows color (decimal): -3819 or 1438207. OLE color: 1438207.
HSL color Cylindrical-coordinate representation of color #FFF115: hue angle of 56.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFF115 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 21 | - |
| CMYK | 0 | 0.05 | 0.92 | 0 |
| HSL | 56.41º | 1% | 0.54% | - |
| HSV(B) | 56.41º | 0.92% | 1% | - |
| XYZ | 72.83 | 84.22 | 13.13 | - |
| YUV | 220.11 | 15.64 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 21 | 0 | 0.05 | 0.92 | 0 | 56.41 | 1 | 0.54 |
| Hex | FF | F1 | 15 | 0 | 5 | 5C | 0 | 38 | 64 | 36 |
| Octal | 377 | 361 | 25 | 0 | 5 | 134 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110001 | 10101 | 0 | 101 | 1011100 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF115
Complementary color
Monochromatic Colors of #FFF115
Black with #FFF115
Text Example
Text Example
White with #FFF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF115; }
p { color: rgb(255,241,21); }
H1.HeaderClassName
{
color: #FFF115;
}
.AnyTagClassName
{
color: #FFF115;
}
</style>
background-color css
<style>
a { background-color: #FFF115; }
a { background-color: rgb(255,241,21); }
div.DivClassName
{
background-color: #FFF115;
}
.BgClassName
{
background-color: #FFF115;
}
</style>
border-color css
<style>
span { border-color: #FFF115; }
span { border-color: rgb(255,241,21); }
td.TdClassName
{
border-color: #FFF115;
}
.TagClassName
{
border-color: #FFF115;
}
</style>