Shades of Lemon #F8F81D
Tints of Lemon #F8F81D
RGB
CMYK
RGB Variations
Color information
#F8F81D (or 0xF8F81D) is known color: Lemon. HEX triplet: F8, F8 and 1D. RGB value is (248,248,29). Sum of RGB (Red+Green+Blue) = 248+248+29=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 29 (11.72% from 255 or 5.52% from 525); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F81D is #0707E2. Grayscale: #DFDFDF. Windows color (decimal): -460771 or 1964280. OLE color: 1964280.
HSL color Cylindrical-coordinate representation of color #F8F81D: hue angle of 60º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8F81D is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 29 | - |
| CMYK | 0 | 0 | 0.88 | 0.03 |
| HSL | 60º | 0.94% | 0.54% | - |
| HSV(B) | 60º | 0.88% | 0.97% | - |
| XYZ | 72.5 | 87.18 | 14.17 | - |
| YUV | 223.03 | 18.5 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 29 | 0 | 0 | 0.88 | 0.03 | 60 | 0.94 | 0.54 |
| Hex | F8 | F8 | 1D | 0 | 0 | 58 | 3 | 3C | 5E | 36 |
| Octal | 370 | 370 | 35 | 0 | 0 | 130 | 3 | 74 | 136 | 66 |
| Binary | 11111000 | 11111000 | 11101 | 0 | 0 | 1011000 | 11 | 111100 | 1011110 | 110110 |
Color Harmonies of #F8F81D
Complementary color
Monochromatic Colors of #F8F81D
Black with #F8F81D
Text Example
Text Example
White with #F8F81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F81D; }
p { color: rgb(248,248,29); }
H1.HeaderClassName
{
color: #F8F81D;
}
.AnyTagClassName
{
color: #F8F81D;
}
</style>
background-color css
<style>
a { background-color: #F8F81D; }
a { background-color: rgb(248,248,29); }
div.DivClassName
{
background-color: #F8F81D;
}
.BgClassName
{
background-color: #F8F81D;
}
</style>
border-color css
<style>
span { border-color: #F8F81D; }
span { border-color: rgb(248,248,29); }
td.TdClassName
{
border-color: #F8F81D;
}
.TagClassName
{
border-color: #F8F81D;
}
</style>