Shades of Lemon #FFF40F
Tints of Lemon #FFF40F
RGB
CMYK
RGB Variations
Color information
#FFF40F (or 0xFFF40F) is known color: Lemon. HEX triplet: FF, F4 and 0F. RGB value is (255,244,15). Sum of RGB (Red+Green+Blue) = 255+244+15=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 15 (6.25% from 255 or 2.92% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF40F is #000BF0. Grayscale: #DEDEDE. Windows color (decimal): -3057 or 1045759. OLE color: 1045759.
HSL color Cylindrical-coordinate representation of color #FFF40F: hue angle of 57.25º 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 #FFF40F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0 |
| HSL | 57.25º | 1% | 0.53% | - |
| HSV(B) | 57.25º | 0.94% | 1% | - |
| XYZ | 73.68 | 86 | 13.17 | - |
| YUV | 221.18 | 11.64 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 15 | 0 | 0.04 | 0.94 | 0 | 57.25 | 1 | 0.53 |
| Hex | FF | F4 | F | 0 | 4 | 5E | 0 | 39 | 64 | 35 |
| Octal | 377 | 364 | 17 | 0 | 4 | 136 | 0 | 71 | 144 | 65 |
| Binary | 11111111 | 11110100 | 1111 | 0 | 100 | 1011110 | 0 | 111001 | 1100100 | 110101 |
Color Harmonies of #FFF40F
Complementary color
Monochromatic Colors of #FFF40F
Black with #FFF40F
Text Example
Text Example
White with #FFF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF40F; }
p { color: rgb(255,244,15); }
H1.HeaderClassName
{
color: #FFF40F;
}
.AnyTagClassName
{
color: #FFF40F;
}
</style>
background-color css
<style>
a { background-color: #FFF40F; }
a { background-color: rgb(255,244,15); }
div.DivClassName
{
background-color: #FFF40F;
}
.BgClassName
{
background-color: #FFF40F;
}
</style>
border-color css
<style>
span { border-color: #FFF40F; }
span { border-color: rgb(255,244,15); }
td.TdClassName
{
border-color: #FFF40F;
}
.TagClassName
{
border-color: #FFF40F;
}
</style>