Shades of Lemon #F8F31B
Tints of Lemon #F8F31B
RGB
CMYK
RGB Variations
Color information
#F8F31B (or 0xF8F31B) is known color: Lemon. HEX triplet: F8, F3 and 1B. RGB value is (248,243,27). Sum of RGB (Red+Green+Blue) = 248+243+27=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 27 (10.94% from 255 or 5.21% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F31B is #070CE4. Grayscale: #DCDCDC. Windows color (decimal): -462053 or 1831928. OLE color: 1831928.
HSL color Cylindrical-coordinate representation of color #F8F31B: hue angle of 58.64º 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 #F8F31B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.03 |
| HSL | 58.64º | 0.94% | 0.54% | - |
| HSV(B) | 58.64º | 0.89% | 0.97% | - |
| XYZ | 70.96 | 84.14 | 13.54 | - |
| YUV | 219.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 27 | 0 | 0.02 | 0.89 | 0.03 | 58.64 | 0.94 | 0.54 |
| Hex | F8 | F3 | 1B | 0 | 2 | 59 | 3 | 3B | 5E | 36 |
| Octal | 370 | 363 | 33 | 0 | 2 | 131 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110011 | 11011 | 0 | 10 | 1011001 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F31B
Complementary color
Monochromatic Colors of #F8F31B
Black with #F8F31B
Text Example
Text Example
White with #F8F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F31B; }
p { color: rgb(248,243,27); }
H1.HeaderClassName
{
color: #F8F31B;
}
.AnyTagClassName
{
color: #F8F31B;
}
</style>
background-color css
<style>
a { background-color: #F8F31B; }
a { background-color: rgb(248,243,27); }
div.DivClassName
{
background-color: #F8F31B;
}
.BgClassName
{
background-color: #F8F31B;
}
</style>
border-color css
<style>
span { border-color: #F8F31B; }
span { border-color: rgb(248,243,27); }
td.TdClassName
{
border-color: #F8F31B;
}
.TagClassName
{
border-color: #F8F31B;
}
</style>