Shades of Lemon #FFF113
Tints of Lemon #FFF113
RGB
CMYK
RGB Variations
Color information
#FFF113 (or 0xFFF113) is known color: Lemon. HEX triplet: FF, F1 and 13. RGB value is (255,241,19). Sum of RGB (Red+Green+Blue) = 255+241+19=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 19 (7.81% from 255 or 3.69% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF113 is #000EEC. Grayscale: #DCDCDC. Windows color (decimal): -3821 or 1307135. OLE color: 1307135.
HSL color Cylindrical-coordinate representation of color #FFF113: hue angle of 56.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFF113 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 19 | - |
| CMYK | 0 | 0.05 | 0.93 | 0 |
| HSL | 56.44º | 1% | 0.54% | - |
| HSV(B) | 56.44º | 0.93% | 1% | - |
| XYZ | 72.81 | 84.22 | 13.03 | - |
| YUV | 219.88 | 14.64 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 19 | 0 | 0.05 | 0.93 | 0 | 56.44 | 1 | 0.54 |
| Hex | FF | F1 | 13 | 0 | 5 | 5D | 0 | 38 | 64 | 36 |
| Octal | 377 | 361 | 23 | 0 | 5 | 135 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110001 | 10011 | 0 | 101 | 1011101 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF113
Complementary color
Monochromatic Colors of #FFF113
Black with #FFF113
Text Example
Text Example
White with #FFF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF113; }
p { color: rgb(255,241,19); }
H1.HeaderClassName
{
color: #FFF113;
}
.AnyTagClassName
{
color: #FFF113;
}
</style>
background-color css
<style>
a { background-color: #FFF113; }
a { background-color: rgb(255,241,19); }
div.DivClassName
{
background-color: #FFF113;
}
.BgClassName
{
background-color: #FFF113;
}
</style>
border-color css
<style>
span { border-color: #FFF113; }
span { border-color: rgb(255,241,19); }
td.TdClassName
{
border-color: #FFF113;
}
.TagClassName
{
border-color: #FFF113;
}
</style>