Shades of Lemon #F8F01E
Tints of Lemon #F8F01E
RGB
CMYK
RGB Variations
Color information
#F8F01E (or 0xF8F01E) is known color: Lemon. HEX triplet: F8, F0 and 1E. RGB value is (248,240,30). Sum of RGB (Red+Green+Blue) = 248+240+30=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 30 (12.11% from 255 or 5.79% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F01E is #070FE1. Grayscale: #DBDBDB. Windows color (decimal): -462818 or 2027768. OLE color: 2027768.
HSL color Cylindrical-coordinate representation of color #F8F01E: hue angle of 57.8º 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 #F8F01E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.03 |
| HSL | 57.8º | 0.94% | 0.55% | - |
| HSV(B) | 57.8º | 0.88% | 0.97% | - |
| XYZ | 70.11 | 82.37 | 13.43 | - |
| YUV | 218.45 | 21.65 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 30 | 0 | 0.03 | 0.88 | 0.03 | 57.8 | 0.94 | 0.55 |
| Hex | F8 | F0 | 1E | 0 | 3 | 58 | 3 | 3A | 5E | 37 |
| Octal | 370 | 360 | 36 | 0 | 3 | 130 | 3 | 72 | 136 | 67 |
| Binary | 11111000 | 11110000 | 11110 | 0 | 11 | 1011000 | 11 | 111010 | 1011110 | 110111 |
Color Harmonies of #F8F01E
Complementary color
Monochromatic Colors of #F8F01E
Black with #F8F01E
Text Example
Text Example
White with #F8F01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F01E; }
p { color: rgb(248,240,30); }
H1.HeaderClassName
{
color: #F8F01E;
}
.AnyTagClassName
{
color: #F8F01E;
}
</style>
background-color css
<style>
a { background-color: #F8F01E; }
a { background-color: rgb(248,240,30); }
div.DivClassName
{
background-color: #F8F01E;
}
.BgClassName
{
background-color: #F8F01E;
}
</style>
border-color css
<style>
span { border-color: #F8F01E; }
span { border-color: rgb(248,240,30); }
td.TdClassName
{
border-color: #F8F01E;
}
.TagClassName
{
border-color: #F8F01E;
}
</style>