Shades of Lemon #FFF50F
Tints of Lemon #FFF50F
RGB
CMYK
RGB Variations
Color information
#FFF50F (or 0xFFF50F) is known color: Lemon. HEX triplet: FF, F5 and 0F. RGB value is (255,245,15). Sum of RGB (Red+Green+Blue) = 255+245+15=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 15 (6.25% from 255 or 2.91% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF50F is #000AF0. Grayscale: #DEDEDE. Windows color (decimal): -2801 or 1046015. OLE color: 1046015.
HSL color Cylindrical-coordinate representation of color #FFF50F: hue angle of 57.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFF50F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0 |
| HSL | 57.5º | 1% | 0.53% | - |
| HSV(B) | 57.5º | 0.94% | 1% | - |
| XYZ | 73.98 | 86.6 | 13.27 | - |
| YUV | 221.77 | 11.31 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 15 | 0 | 0.04 | 0.94 | 0 | 57.5 | 1 | 0.53 |
| Hex | FF | F5 | F | 0 | 4 | 5E | 0 | 3A | 64 | 35 |
| Octal | 377 | 365 | 17 | 0 | 4 | 136 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11110101 | 1111 | 0 | 100 | 1011110 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF50F
Complementary color
Monochromatic Colors of #FFF50F
Black with #FFF50F
Text Example
Text Example
White with #FFF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF50F; }
p { color: rgb(255,245,15); }
H1.HeaderClassName
{
color: #FFF50F;
}
.AnyTagClassName
{
color: #FFF50F;
}
</style>
background-color css
<style>
a { background-color: #FFF50F; }
a { background-color: rgb(255,245,15); }
div.DivClassName
{
background-color: #FFF50F;
}
.BgClassName
{
background-color: #FFF50F;
}
</style>
border-color css
<style>
span { border-color: #FFF50F; }
span { border-color: rgb(255,245,15); }
td.TdClassName
{
border-color: #FFF50F;
}
.TagClassName
{
border-color: #FFF50F;
}
</style>