Shades of Lemon #FFF015
Tints of Lemon #FFF015
RGB
CMYK
RGB Variations
Color information
#FFF015 (or 0xFFF015) is known color: Lemon. HEX triplet: FF, F0 and 15. RGB value is (255,240,21). Sum of RGB (Red+Green+Blue) = 255+240+21=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF015 is #000FEA. Grayscale: #DCDCDC. Windows color (decimal): -4075 or 1437951. OLE color: 1437951.
HSL color Cylindrical-coordinate representation of color #FFF015: hue angle of 56.15º 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 #FFF015 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 21 | - |
| CMYK | 0 | 0.06 | 0.92 | 0 |
| HSL | 56.15º | 1% | 0.54% | - |
| HSV(B) | 56.15º | 0.92% | 1% | - |
| XYZ | 72.54 | 83.63 | 13.03 | - |
| YUV | 219.52 | 15.97 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 21 | 0 | 0.06 | 0.92 | 0 | 56.15 | 1 | 0.54 |
| Hex | FF | F0 | 15 | 0 | 6 | 5C | 0 | 38 | 64 | 36 |
| Octal | 377 | 360 | 25 | 0 | 6 | 134 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11110000 | 10101 | 0 | 110 | 1011100 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFF015
Complementary color
Monochromatic Colors of #FFF015
Black with #FFF015
Text Example
Text Example
White with #FFF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF015; }
p { color: rgb(255,240,21); }
H1.HeaderClassName
{
color: #FFF015;
}
.AnyTagClassName
{
color: #FFF015;
}
</style>
background-color css
<style>
a { background-color: #FFF015; }
a { background-color: rgb(255,240,21); }
div.DivClassName
{
background-color: #FFF015;
}
.BgClassName
{
background-color: #FFF015;
}
</style>
border-color css
<style>
span { border-color: #FFF015; }
span { border-color: rgb(255,240,21); }
td.TdClassName
{
border-color: #FFF015;
}
.TagClassName
{
border-color: #FFF015;
}
</style>