Shades of Lemon #F8EC1B
Tints of Lemon #F8EC1B
RGB
CMYK
RGB Variations
Color information
#F8EC1B (or 0xF8EC1B) is known color: Lemon. HEX triplet: F8, EC and 1B. RGB value is (248,236,27). Sum of RGB (Red+Green+Blue) = 248+236+27=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EC1B is #0713E4. Grayscale: #D8D8D8. Windows color (decimal): -463845 or 1830136. OLE color: 1830136.
HSL color Cylindrical-coordinate representation of color #F8EC1B: hue angle of 56.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8EC1B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.03 |
| HSL | 56.74º | 0.94% | 0.54% | - |
| HSV(B) | 56.74º | 0.89% | 0.97% | - |
| XYZ | 68.9 | 80.03 | 12.85 | - |
| YUV | 215.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 27 | 0 | 0.05 | 0.89 | 0.03 | 56.74 | 0.94 | 0.54 |
| Hex | F8 | EC | 1B | 0 | 5 | 59 | 3 | 39 | 5E | 36 |
| Octal | 370 | 354 | 33 | 0 | 5 | 131 | 3 | 71 | 136 | 66 |
| Binary | 11111000 | 11101100 | 11011 | 0 | 101 | 1011001 | 11 | 111001 | 1011110 | 110110 |
Color Harmonies of #F8EC1B
Complementary color
Monochromatic Colors of #F8EC1B
Black with #F8EC1B
Text Example
Text Example
White with #F8EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC1B; }
p { color: rgb(248,236,27); }
H1.HeaderClassName
{
color: #F8EC1B;
}
.AnyTagClassName
{
color: #F8EC1B;
}
</style>
background-color css
<style>
a { background-color: #F8EC1B; }
a { background-color: rgb(248,236,27); }
div.DivClassName
{
background-color: #F8EC1B;
}
.BgClassName
{
background-color: #F8EC1B;
}
</style>
border-color css
<style>
span { border-color: #F8EC1B; }
span { border-color: rgb(248,236,27); }
td.TdClassName
{
border-color: #F8EC1B;
}
.TagClassName
{
border-color: #F8EC1B;
}
</style>