Shades of Lemon #FFF118
Tints of Lemon #FFF118
RGB
CMYK
RGB Variations
Color information
#FFF118 (or 0xFFF118) is known color: Lemon. HEX triplet: FF, F1 and 18. RGB value is (255,241,24). Sum of RGB (Red+Green+Blue) = 255+241+24=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 24 (9.77% from 255 or 4.62% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF118 is #000EE7. Grayscale: #DDDDDD. Windows color (decimal): -3816 or 1634815. OLE color: 1634815.
HSL color Cylindrical-coordinate representation of color #FFF118: hue angle of 56.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFF118 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 24 | - |
| CMYK | 0 | 0.05 | 0.91 | 0 |
| HSL | 56.36º | 1% | 0.55% | - |
| HSV(B) | 56.36º | 0.91% | 1% | - |
| XYZ | 72.86 | 84.24 | 13.28 | - |
| YUV | 220.45 | 17.14 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 24 | 0 | 0.05 | 0.91 | 0 | 56.36 | 1 | 0.55 |
| Hex | FF | F1 | 18 | 0 | 5 | 5B | 0 | 38 | 64 | 37 |
| Octal | 377 | 361 | 30 | 0 | 5 | 133 | 0 | 70 | 144 | 67 |
| Binary | 11111111 | 11110001 | 11000 | 0 | 101 | 1011011 | 0 | 111000 | 1100100 | 110111 |
Color Harmonies of #FFF118
Complementary color
Monochromatic Colors of #FFF118
Black with #FFF118
Text Example
Text Example
White with #FFF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF118; }
p { color: rgb(255,241,24); }
H1.HeaderClassName
{
color: #FFF118;
}
.AnyTagClassName
{
color: #FFF118;
}
</style>
background-color css
<style>
a { background-color: #FFF118; }
a { background-color: rgb(255,241,24); }
div.DivClassName
{
background-color: #FFF118;
}
.BgClassName
{
background-color: #FFF118;
}
</style>
border-color css
<style>
span { border-color: #FFF118; }
span { border-color: rgb(255,241,24); }
td.TdClassName
{
border-color: #FFF118;
}
.TagClassName
{
border-color: #FFF118;
}
</style>