Shades of Lemon #F8EF1F
Tints of Lemon #F8EF1F
RGB
CMYK
RGB Variations
Color information
#F8EF1F (or 0xF8EF1F) is known color: Lemon. HEX triplet: F8, EF and 1F. RGB value is (248,239,31). Sum of RGB (Red+Green+Blue) = 248+239+31=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 31 (12.5% from 255 or 5.98% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EF1F is #0710E0. Grayscale: #DADADA. Windows color (decimal): -463073 or 2093048. OLE color: 2093048.
HSL color Cylindrical-coordinate representation of color #F8EF1F: hue angle of 57.51º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8EF1F is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 31 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.03 |
| HSL | 57.51º | 0.94% | 0.55% | - |
| HSV(B) | 57.51º | 0.88% | 0.97% | - |
| XYZ | 69.83 | 81.79 | 13.4 | - |
| YUV | 217.98 | 22.48 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 31 | 0 | 0.04 | 0.88 | 0.03 | 57.51 | 0.94 | 0.55 |
| Hex | F8 | EF | 1F | 0 | 4 | 58 | 3 | 3A | 5E | 37 |
| Octal | 370 | 357 | 37 | 0 | 4 | 130 | 3 | 72 | 136 | 67 |
| Binary | 11111000 | 11101111 | 11111 | 0 | 100 | 1011000 | 11 | 111010 | 1011110 | 110111 |
Color Harmonies of #F8EF1F
Complementary color
Monochromatic Colors of #F8EF1F
Black with #F8EF1F
Text Example
Text Example
White with #F8EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF1F; }
p { color: rgb(248,239,31); }
H1.HeaderClassName
{
color: #F8EF1F;
}
.AnyTagClassName
{
color: #F8EF1F;
}
</style>
background-color css
<style>
a { background-color: #F8EF1F; }
a { background-color: rgb(248,239,31); }
div.DivClassName
{
background-color: #F8EF1F;
}
.BgClassName
{
background-color: #F8EF1F;
}
</style>
border-color css
<style>
span { border-color: #F8EF1F; }
span { border-color: rgb(248,239,31); }
td.TdClassName
{
border-color: #F8EF1F;
}
.TagClassName
{
border-color: #F8EF1F;
}
</style>