Shades of Lemon #FFF019
Tints of Lemon #FFF019
RGB
CMYK
RGB Variations
Color information
#FFF019 (or 0xFFF019) is known color: Lemon. HEX triplet: FF, F0 and 19. RGB value is (255,240,25). Sum of RGB (Red+Green+Blue) = 255+240+25=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 25 (10.16% from 255 or 4.81% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF019 is #000FE6. Grayscale: #DCDCDC. Windows color (decimal): -4071 or 1700095. OLE color: 1700095.
HSL color Cylindrical-coordinate representation of color #FFF019: hue angle of 56.09º 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 #FFF019 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0 |
| HSL | 56.09º | 1% | 0.55% | - |
| HSV(B) | 56.09º | 0.9% | 1% | - |
| XYZ | 72.58 | 83.65 | 13.24 | - |
| YUV | 219.98 | 17.97 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 25 | 0 | 0.06 | 0.90 | 0 | 56.09 | 1 | 0.55 |
| Hex | FF | F0 | 19 | 0 | 6 | 5A | 0 | 38 | 64 | 37 |
| Octal | 377 | 360 | 31 | 0 | 6 | 132 | 0 | 70 | 144 | 67 |
| Binary | 11111111 | 11110000 | 11001 | 0 | 110 | 1011010 | 0 | 111000 | 1100100 | 110111 |
Color Harmonies of #FFF019
Complementary color
Monochromatic Colors of #FFF019
Black with #FFF019
Text Example
Text Example
White with #FFF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF019; }
p { color: rgb(255,240,25); }
H1.HeaderClassName
{
color: #FFF019;
}
.AnyTagClassName
{
color: #FFF019;
}
</style>
background-color css
<style>
a { background-color: #FFF019; }
a { background-color: rgb(255,240,25); }
div.DivClassName
{
background-color: #FFF019;
}
.BgClassName
{
background-color: #FFF019;
}
</style>
border-color css
<style>
span { border-color: #FFF019; }
span { border-color: rgb(255,240,25); }
td.TdClassName
{
border-color: #FFF019;
}
.TagClassName
{
border-color: #FFF019;
}
</style>