Shades of Lemon #FFF114
Tints of Lemon #FFF114
RGB
CMYK
RGB Variations
Color information
#FFF114 (or 0xFFF114) is known color: Lemon. HEX triplet: FF, F1 and 14. RGB value is (255,241,20). Sum of RGB (Red+Green+Blue) = 255+241+20=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 20 (8.20% from 255 or 3.88% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF114 is #000EEB. Grayscale: #DCDCDC. Windows color (decimal): -3820 or 1372671. OLE color: 1372671.
HSL color Cylindrical-coordinate representation of color #FFF114: hue angle of 56.43º 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 #FFF114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0 |
| HSL | 56.43º | 1% | 0.54% | - |
| HSV(B) | 56.43º | 0.92% | 1% | - |
| XYZ | 72.82 | 84.22 | 13.08 | - |
| YUV | 219.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 20 | 0 | 0.05 | 0.92 | 0 | 56.43 | 1 | 0.54 |
| Hex | FF | F1 | 14 | 0 | 5 | 5C | 0 | 38 | 64 | 36 |
| Octal | 377 | 361 | 24 | 0 | 5 | 134 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110001 | 10100 | 0 | 101 | 1011100 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF114
Complementary color
Monochromatic Colors of #FFF114
Black with #FFF114
Text Example
Text Example
White with #FFF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF114; }
p { color: rgb(255,241,20); }
H1.HeaderClassName
{
color: #FFF114;
}
.AnyTagClassName
{
color: #FFF114;
}
</style>
background-color css
<style>
a { background-color: #FFF114; }
a { background-color: rgb(255,241,20); }
div.DivClassName
{
background-color: #FFF114;
}
.BgClassName
{
background-color: #FFF114;
}
</style>
border-color css
<style>
span { border-color: #FFF114; }
span { border-color: rgb(255,241,20); }
td.TdClassName
{
border-color: #FFF114;
}
.TagClassName
{
border-color: #FFF114;
}
</style>