Shades of Lemon #FFF70F
Tints of Lemon #FFF70F
RGB
CMYK
RGB Variations
Color information
#FFF70F (or 0xFFF70F) is known color: Lemon. HEX triplet: FF, F7 and 0F. RGB value is (255,247,15). Sum of RGB (Red+Green+Blue) = 255+247+15=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 15 (6.25% from 255 or 2.90% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF70F is #0008F0. Grayscale: #DFDFDF. Windows color (decimal): -2289 or 1046527. OLE color: 1046527.
HSL color Cylindrical-coordinate representation of color #FFF70F: hue angle of 58º 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 #FFF70F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0 |
| HSL | 58º | 1% | 0.53% | - |
| HSV(B) | 58º | 0.94% | 1% | - |
| XYZ | 74.59 | 87.82 | 13.47 | - |
| YUV | 222.94 | 10.65 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 15 | 0 | 0.03 | 0.94 | 0 | 58 | 1 | 0.53 |
| Hex | FF | F7 | F | 0 | 3 | 5E | 0 | 3A | 64 | 35 |
| Octal | 377 | 367 | 17 | 0 | 3 | 136 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11110111 | 1111 | 0 | 11 | 1011110 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF70F
Complementary color
Monochromatic Colors of #FFF70F
Black with #FFF70F
Text Example
Text Example
White with #FFF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF70F; }
p { color: rgb(255,247,15); }
H1.HeaderClassName
{
color: #FFF70F;
}
.AnyTagClassName
{
color: #FFF70F;
}
</style>
background-color css
<style>
a { background-color: #FFF70F; }
a { background-color: rgb(255,247,15); }
div.DivClassName
{
background-color: #FFF70F;
}
.BgClassName
{
background-color: #FFF70F;
}
</style>
border-color css
<style>
span { border-color: #FFF70F; }
span { border-color: rgb(255,247,15); }
td.TdClassName
{
border-color: #FFF70F;
}
.TagClassName
{
border-color: #FFF70F;
}
</style>