Shades of Lemon #FFF50D
Tints of Lemon #FFF50D
RGB
CMYK
RGB Variations
Color information
#FFF50D (or 0xFFF50D) is known color: Lemon. HEX triplet: FF, F5 and 0D. RGB value is (255,245,13). Sum of RGB (Red+Green+Blue) = 255+245+13=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 13 (5.47% from 255 or 2.53% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF50D is #000AF2. Grayscale: #DEDEDE. Windows color (decimal): -2803 or 914943. OLE color: 914943.
HSL color Cylindrical-coordinate representation of color #FFF50D: hue angle of 57.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF50D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0 |
| HSL | 57.52º | 1% | 0.53% | - |
| HSV(B) | 57.52º | 0.95% | 1% | - |
| XYZ | 73.97 | 86.59 | 13.2 | - |
| YUV | 221.54 | 10.31 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 13 | 0 | 0.04 | 0.95 | 0 | 57.52 | 1 | 0.53 |
| Hex | FF | F5 | D | 0 | 4 | 5F | 0 | 3A | 64 | 35 |
| Octal | 377 | 365 | 15 | 0 | 4 | 137 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11110101 | 1101 | 0 | 100 | 1011111 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF50D
Complementary color
Monochromatic Colors of #FFF50D
Black with #FFF50D
Text Example
Text Example
White with #FFF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF50D; }
p { color: rgb(255,245,13); }
H1.HeaderClassName
{
color: #FFF50D;
}
.AnyTagClassName
{
color: #FFF50D;
}
</style>
background-color css
<style>
a { background-color: #FFF50D; }
a { background-color: rgb(255,245,13); }
div.DivClassName
{
background-color: #FFF50D;
}
.BgClassName
{
background-color: #FFF50D;
}
</style>
border-color css
<style>
span { border-color: #FFF50D; }
span { border-color: rgb(255,245,13); }
td.TdClassName
{
border-color: #FFF50D;
}
.TagClassName
{
border-color: #FFF50D;
}
</style>