Shades of Lemon #FFF81D
Tints of Lemon #FFF81D
RGB
CMYK
RGB Variations
Color information
#FFF81D (or 0xFFF81D) is known color: Lemon. HEX triplet: FF, F8 and 1D. RGB value is (255,248,29). Sum of RGB (Red+Green+Blue) = 255+248+29=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 29 (11.72% from 255 or 5.45% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF81D is #0007E2. Grayscale: #E2E2E2. Windows color (decimal): -2019 or 1964287. OLE color: 1964287.
HSL color Cylindrical-coordinate representation of color #FFF81D: hue angle of 58.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF81D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 29 | - |
| CMYK | 0 | 0.03 | 0.89 | 0 |
| HSL | 58.14º | 1% | 0.56% | - |
| HSV(B) | 58.14º | 0.89% | 1% | - |
| XYZ | 75.03 | 88.48 | 14.29 | - |
| YUV | 225.13 | 17.32 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 29 | 0 | 0.03 | 0.89 | 0 | 58.14 | 1 | 0.56 |
| Hex | FF | F8 | 1D | 0 | 3 | 59 | 0 | 3A | 64 | 38 |
| Octal | 377 | 370 | 35 | 0 | 3 | 131 | 0 | 72 | 144 | 70 |
| Binary | 11111111 | 11111000 | 11101 | 0 | 11 | 1011001 | 0 | 111010 | 1100100 | 111000 |
Color Harmonies of #FFF81D
Complementary color
Monochromatic Colors of #FFF81D
Black with #FFF81D
Text Example
Text Example
White with #FFF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF81D; }
p { color: rgb(255,248,29); }
H1.HeaderClassName
{
color: #FFF81D;
}
.AnyTagClassName
{
color: #FFF81D;
}
</style>
background-color css
<style>
a { background-color: #FFF81D; }
a { background-color: rgb(255,248,29); }
div.DivClassName
{
background-color: #FFF81D;
}
.BgClassName
{
background-color: #FFF81D;
}
</style>
border-color css
<style>
span { border-color: #FFF81D; }
span { border-color: rgb(255,248,29); }
td.TdClassName
{
border-color: #FFF81D;
}
.TagClassName
{
border-color: #FFF81D;
}
</style>