Shades of Lemon #FFF014
Tints of Lemon #FFF014
RGB
CMYK
RGB Variations
Color information
#FFF014 (or 0xFFF014) is known color: Lemon. HEX triplet: FF, F0 and 14. RGB value is (255,240,20). Sum of RGB (Red+Green+Blue) = 255+240+20=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF014 is #000FEB. Grayscale: #DCDCDC. Windows color (decimal): -4076 or 1372415. OLE color: 1372415.
HSL color Cylindrical-coordinate representation of color #FFF014: hue angle of 56.17º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFF014 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0 |
| HSL | 56.17º | 1% | 0.54% | - |
| HSV(B) | 56.17º | 0.92% | 1% | - |
| XYZ | 72.53 | 83.63 | 12.98 | - |
| YUV | 219.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 20 | 0 | 0.06 | 0.92 | 0 | 56.17 | 1 | 0.54 |
| Hex | FF | F0 | 14 | 0 | 6 | 5C | 0 | 38 | 64 | 36 |
| Octal | 377 | 360 | 24 | 0 | 6 | 134 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110000 | 10100 | 0 | 110 | 1011100 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF014
Complementary color
Monochromatic Colors of #FFF014
Black with #FFF014
Text Example
Text Example
White with #FFF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF014; }
p { color: rgb(255,240,20); }
H1.HeaderClassName
{
color: #FFF014;
}
.AnyTagClassName
{
color: #FFF014;
}
</style>
background-color css
<style>
a { background-color: #FFF014; }
a { background-color: rgb(255,240,20); }
div.DivClassName
{
background-color: #FFF014;
}
.BgClassName
{
background-color: #FFF014;
}
</style>
border-color css
<style>
span { border-color: #FFF014; }
span { border-color: rgb(255,240,20); }
td.TdClassName
{
border-color: #FFF014;
}
.TagClassName
{
border-color: #FFF014;
}
</style>