Shades of Lemon #FFF514
Tints of Lemon #FFF514
RGB
CMYK
RGB Variations
Color information
#FFF514 (or 0xFFF514) is known color: Lemon. HEX triplet: FF, F5 and 14. RGB value is (255,245,20). Sum of RGB (Red+Green+Blue) = 255+245+20=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF514 is #000AEB. Grayscale: #DFDFDF. Windows color (decimal): -2796 or 1373695. OLE color: 1373695.
HSL color Cylindrical-coordinate representation of color #FFF514: hue angle of 57.45º 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 #FFF514 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 20 | - |
| CMYK | 0 | 0.04 | 0.92 | 0 |
| HSL | 57.45º | 1% | 0.54% | - |
| HSV(B) | 57.45º | 0.92% | 1% | - |
| XYZ | 74.02 | 86.62 | 13.48 | - |
| YUV | 222.34 | 13.81 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 20 | 0 | 0.04 | 0.92 | 0 | 57.45 | 1 | 0.54 |
| Hex | FF | F5 | 14 | 0 | 4 | 5C | 0 | 39 | 64 | 36 |
| Octal | 377 | 365 | 24 | 0 | 4 | 134 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110101 | 10100 | 0 | 100 | 1011100 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF514
Complementary color
Monochromatic Colors of #FFF514
Black with #FFF514
Text Example
Text Example
White with #FFF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF514; }
p { color: rgb(255,245,20); }
H1.HeaderClassName
{
color: #FFF514;
}
.AnyTagClassName
{
color: #FFF514;
}
</style>
background-color css
<style>
a { background-color: #FFF514; }
a { background-color: rgb(255,245,20); }
div.DivClassName
{
background-color: #FFF514;
}
.BgClassName
{
background-color: #FFF514;
}
</style>
border-color css
<style>
span { border-color: #FFF514; }
span { border-color: rgb(255,245,20); }
td.TdClassName
{
border-color: #FFF514;
}
.TagClassName
{
border-color: #FFF514;
}
</style>