Shades of Lemon #FFF81E
Tints of Lemon #FFF81E
RGB
CMYK
RGB Variations
Color information
#FFF81E (or 0xFFF81E) is known color: Lemon. HEX triplet: FF, F8 and 1E. RGB value is (255,248,30). Sum of RGB (Red+Green+Blue) = 255+248+30=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 30 (12.11% from 255 or 5.63% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF81E is #0007E1. Grayscale: #E2E2E2. Windows color (decimal): -2018 or 2029823. OLE color: 2029823.
HSL color Cylindrical-coordinate representation of color #FFF81E: hue angle of 58.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFF81E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0 |
| HSL | 58.13º | 1% | 0.56% | - |
| HSV(B) | 58.13º | 0.88% | 1% | - |
| XYZ | 75.04 | 88.49 | 14.35 | - |
| YUV | 225.24 | 17.82 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 30 | 0 | 0.03 | 0.88 | 0 | 58.13 | 1 | 0.56 |
| Hex | FF | F8 | 1E | 0 | 3 | 58 | 0 | 3A | 64 | 38 |
| Octal | 377 | 370 | 36 | 0 | 3 | 130 | 0 | 72 | 144 | 70 |
| Binary | 11111111 | 11111000 | 11110 | 0 | 11 | 1011000 | 0 | 111010 | 1100100 | 111000 |
Color Harmonies of #FFF81E
Complementary color
Monochromatic Colors of #FFF81E
Black with #FFF81E
Text Example
Text Example
White with #FFF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF81E; }
p { color: rgb(255,248,30); }
H1.HeaderClassName
{
color: #FFF81E;
}
.AnyTagClassName
{
color: #FFF81E;
}
</style>
background-color css
<style>
a { background-color: #FFF81E; }
a { background-color: rgb(255,248,30); }
div.DivClassName
{
background-color: #FFF81E;
}
.BgClassName
{
background-color: #FFF81E;
}
</style>
border-color css
<style>
span { border-color: #FFF81E; }
span { border-color: rgb(255,248,30); }
td.TdClassName
{
border-color: #FFF81E;
}
.TagClassName
{
border-color: #FFF81E;
}
</style>