Shades of Lemon #F8F31D
Tints of Lemon #F8F31D
RGB
CMYK
RGB Variations
Color information
#F8F31D (or 0xF8F31D) is known color: Lemon. HEX triplet: F8, F3 and 1D. RGB value is (248,243,29). Sum of RGB (Red+Green+Blue) = 248+243+29=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 29 (11.72% from 255 or 5.58% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F31D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F31D is #070CE2. Grayscale: #DCDCDC. Windows color (decimal): -462051 or 1963000. OLE color: 1963000.
HSL color Cylindrical-coordinate representation of color #F8F31D: hue angle of 58.63º 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 #F8F31D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.03 |
| HSL | 58.63º | 0.94% | 0.54% | - |
| HSV(B) | 58.63º | 0.88% | 0.97% | - |
| XYZ | 70.98 | 84.15 | 13.66 | - |
| YUV | 220.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 29 | 0 | 0.02 | 0.88 | 0.03 | 58.63 | 0.94 | 0.54 |
| Hex | F8 | F3 | 1D | 0 | 2 | 58 | 3 | 3B | 5E | 36 |
| Octal | 370 | 363 | 35 | 0 | 2 | 130 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110011 | 11101 | 0 | 10 | 1011000 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F31D
Complementary color
Monochromatic Colors of #F8F31D
Black with #F8F31D
Text Example
Text Example
White with #F8F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F31D; }
p { color: rgb(248,243,29); }
H1.HeaderClassName
{
color: #F8F31D;
}
.AnyTagClassName
{
color: #F8F31D;
}
</style>
background-color css
<style>
a { background-color: #F8F31D; }
a { background-color: rgb(248,243,29); }
div.DivClassName
{
background-color: #F8F31D;
}
.BgClassName
{
background-color: #F8F31D;
}
</style>
border-color css
<style>
span { border-color: #F8F31D; }
span { border-color: rgb(248,243,29); }
td.TdClassName
{
border-color: #F8F31D;
}
.TagClassName
{
border-color: #F8F31D;
}
</style>