Shades of Lemon #F8FF1E
Tints of Lemon #F8FF1E
RGB
CMYK
RGB Variations
Color information
#F8FF1E (or 0xF8FF1E) is known color: Lemon. HEX triplet: F8, FF and 1E. RGB value is (248,255,30). Sum of RGB (Red+Green+Blue) = 248+255+30=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 30 (12.11% from 255 or 5.63% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF1E is #0700E1. Grayscale: #E4E4E4. Windows color (decimal): -458978 or 2031608. OLE color: 2031608.
HSL color Cylindrical-coordinate representation of color #F8FF1E: hue angle of 61.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8FF1E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 30 | - |
| CMYK | 0.03 | 0 | 0.88 | 0 |
| HSL | 61.87º | 1% | 0.56% | - |
| HSV(B) | 61.87º | 0.88% | 1% | - |
| XYZ | 74.71 | 91.57 | 14.97 | - |
| YUV | 227.26 | 16.68 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 30 | 0.03 | 0 | 0.88 | 0 | 61.87 | 1 | 0.56 |
| Hex | F8 | FF | 1E | 3 | 0 | 58 | 0 | 3E | 64 | 38 |
| Octal | 370 | 377 | 36 | 3 | 0 | 130 | 0 | 76 | 144 | 70 |
| Binary | 11111000 | 11111111 | 11110 | 11 | 0 | 1011000 | 0 | 111110 | 1100100 | 111000 |
Color Harmonies of #F8FF1E
Complementary color
Monochromatic Colors of #F8FF1E
Black with #F8FF1E
Text Example
Text Example
White with #F8FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF1E; }
p { color: rgb(248,255,30); }
H1.HeaderClassName
{
color: #F8FF1E;
}
.AnyTagClassName
{
color: #F8FF1E;
}
</style>
background-color css
<style>
a { background-color: #F8FF1E; }
a { background-color: rgb(248,255,30); }
div.DivClassName
{
background-color: #F8FF1E;
}
.BgClassName
{
background-color: #F8FF1E;
}
</style>
border-color css
<style>
span { border-color: #F8FF1E; }
span { border-color: rgb(248,255,30); }
td.TdClassName
{
border-color: #F8FF1E;
}
.TagClassName
{
border-color: #F8FF1E;
}
</style>