Shades of Lemon #FFF60E
Tints of Lemon #FFF60E
RGB
CMYK
RGB Variations
Color information
#FFF60E (or 0xFFF60E) is known color: Lemon. HEX triplet: FF, F6 and 0E. RGB value is (255,246,14). Sum of RGB (Red+Green+Blue) = 255+246+14=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 14 (5.86% from 255 or 2.72% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF60E is #0009F1. Grayscale: #DFDFDF. Windows color (decimal): -2546 or 980735. OLE color: 980735.
HSL color Cylindrical-coordinate representation of color #FFF60E: hue angle of 57.76º 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 #FFF60E is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 14 | - |
| CMYK | 0 | 0.04 | 0.95 | 0 |
| HSL | 57.76º | 1% | 0.53% | - |
| HSV(B) | 57.76º | 0.95% | 1% | - |
| XYZ | 74.28 | 87.2 | 13.33 | - |
| YUV | 222.24 | 10.48 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 14 | 0 | 0.04 | 0.95 | 0 | 57.76 | 1 | 0.53 |
| Hex | FF | F6 | E | 0 | 4 | 5F | 0 | 3A | 64 | 35 |
| Octal | 377 | 366 | 16 | 0 | 4 | 137 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11110110 | 1110 | 0 | 100 | 1011111 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF60E
Complementary color
Monochromatic Colors of #FFF60E
Black with #FFF60E
Text Example
Text Example
White with #FFF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF60E; }
p { color: rgb(255,246,14); }
H1.HeaderClassName
{
color: #FFF60E;
}
.AnyTagClassName
{
color: #FFF60E;
}
</style>
background-color css
<style>
a { background-color: #FFF60E; }
a { background-color: rgb(255,246,14); }
div.DivClassName
{
background-color: #FFF60E;
}
.BgClassName
{
background-color: #FFF60E;
}
</style>
border-color css
<style>
span { border-color: #FFF60E; }
span { border-color: rgb(255,246,14); }
td.TdClassName
{
border-color: #FFF60E;
}
.TagClassName
{
border-color: #FFF60E;
}
</style>