Shades of Lemon #FFF819
Tints of Lemon #FFF819
RGB
CMYK
RGB Variations
Color information
#FFF819 (or 0xFFF819) is known color: Lemon. HEX triplet: FF, F8 and 19. RGB value is (255,248,25). Sum of RGB (Red+Green+Blue) = 255+248+25=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 25 (10.16% from 255 or 4.73% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF819 is #0007E6. Grayscale: #E1E1E1. Windows color (decimal): -2023 or 1702143. OLE color: 1702143.
HSL color Cylindrical-coordinate representation of color #FFF819: hue angle of 58.17º 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 #FFF819 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 25 | - |
| CMYK | 0 | 0.03 | 0.90 | 0 |
| HSL | 58.17º | 1% | 0.55% | - |
| HSV(B) | 58.17º | 0.9% | 1% | - |
| XYZ | 74.98 | 88.46 | 14.04 | - |
| YUV | 224.67 | 15.32 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 25 | 0 | 0.03 | 0.90 | 0 | 58.17 | 1 | 0.55 |
| Hex | FF | F8 | 19 | 0 | 3 | 5A | 0 | 3A | 64 | 37 |
| Octal | 377 | 370 | 31 | 0 | 3 | 132 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11111000 | 11001 | 0 | 11 | 1011010 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF819
Complementary color
Monochromatic Colors of #FFF819
Black with #FFF819
Text Example
Text Example
White with #FFF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF819; }
p { color: rgb(255,248,25); }
H1.HeaderClassName
{
color: #FFF819;
}
.AnyTagClassName
{
color: #FFF819;
}
</style>
background-color css
<style>
a { background-color: #FFF819; }
a { background-color: rgb(255,248,25); }
div.DivClassName
{
background-color: #FFF819;
}
.BgClassName
{
background-color: #FFF819;
}
</style>
border-color css
<style>
span { border-color: #FFF819; }
span { border-color: rgb(255,248,25); }
td.TdClassName
{
border-color: #FFF819;
}
.TagClassName
{
border-color: #FFF819;
}
</style>