Shades of Lemon #FFF50A
Tints of Lemon #FFF50A
RGB
CMYK
RGB Variations
Color information
#FFF50A (or 0xFFF50A) is known color: Lemon. HEX triplet: FF, F5 and 0A. RGB value is (255,245,10). Sum of RGB (Red+Green+Blue) = 255+245+10=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 10 (4.30% from 255 or 1.96% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF50A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF50A is #000AF5. Grayscale: #DEDEDE. Windows color (decimal): -2806 or 718335. OLE color: 718335.
HSL color Cylindrical-coordinate representation of color #FFF50A: hue angle of 57.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF50A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0 |
| HSL | 57.55º | 1% | 0.52% | - |
| HSV(B) | 57.55º | 0.96% | 1% | - |
| XYZ | 73.95 | 86.59 | 13.1 | - |
| YUV | 221.2 | 8.81 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 10 | 0 | 0.04 | 0.96 | 0 | 57.55 | 1 | 0.52 |
| Hex | FF | F5 | A | 0 | 4 | 60 | 0 | 3A | 64 | 34 |
| Octal | 377 | 365 | 12 | 0 | 4 | 140 | 0 | 72 | 144 | 64 |
| Binary | 11111111 | 11110101 | 1010 | 0 | 100 | 1100000 | 0 | 111010 | 1100100 | 110100 |
Color Harmonies of #FFF50A
Complementary color
Monochromatic Colors of #FFF50A
Black with #FFF50A
Text Example
Text Example
White with #FFF50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF50A; }
p { color: rgb(255,245,10); }
H1.HeaderClassName
{
color: #FFF50A;
}
.AnyTagClassName
{
color: #FFF50A;
}
</style>
background-color css
<style>
a { background-color: #FFF50A; }
a { background-color: rgb(255,245,10); }
div.DivClassName
{
background-color: #FFF50A;
}
.BgClassName
{
background-color: #FFF50A;
}
</style>
border-color css
<style>
span { border-color: #FFF50A; }
span { border-color: rgb(255,245,10); }
td.TdClassName
{
border-color: #FFF50A;
}
.TagClassName
{
border-color: #FFF50A;
}
</style>