Shades of Lemon #FFF519
Tints of Lemon #FFF519
RGB
CMYK
RGB Variations
Color information
#FFF519 (or 0xFFF519) is known color: Lemon. HEX triplet: FF, F5 and 19. RGB value is (255,245,25). Sum of RGB (Red+Green+Blue) = 255+245+25=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 25 (10.16% from 255 or 4.76% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF519 is #000AE6. Grayscale: #DFDFDF. Windows color (decimal): -2791 or 1701375. OLE color: 1701375.
HSL color Cylindrical-coordinate representation of color #FFF519: hue angle of 57.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFF519 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0 |
| HSL | 57.39º | 1% | 0.55% | - |
| HSV(B) | 57.39º | 0.9% | 1% | - |
| XYZ | 74.07 | 86.64 | 13.74 | - |
| YUV | 222.91 | 16.31 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 25 | 0 | 0.04 | 0.90 | 0 | 57.39 | 1 | 0.55 |
| Hex | FF | F5 | 19 | 0 | 4 | 5A | 0 | 39 | 64 | 37 |
| Octal | 377 | 365 | 31 | 0 | 4 | 132 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110101 | 11001 | 0 | 100 | 1011010 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF519
Complementary color
Monochromatic Colors of #FFF519
Black with #FFF519
Text Example
Text Example
White with #FFF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF519; }
p { color: rgb(255,245,25); }
H1.HeaderClassName
{
color: #FFF519;
}
.AnyTagClassName
{
color: #FFF519;
}
</style>
background-color css
<style>
a { background-color: #FFF519; }
a { background-color: rgb(255,245,25); }
div.DivClassName
{
background-color: #FFF519;
}
.BgClassName
{
background-color: #FFF519;
}
</style>
border-color css
<style>
span { border-color: #FFF519; }
span { border-color: rgb(255,245,25); }
td.TdClassName
{
border-color: #FFF519;
}
.TagClassName
{
border-color: #FFF519;
}
</style>