Shades of Lemon #F8FE1E
Tints of Lemon #F8FE1E
RGB
CMYK
RGB Variations
Color information
#F8FE1E (or 0xF8FE1E) is known color: Lemon. HEX triplet: F8, FE and 1E. RGB value is (248,254,30). Sum of RGB (Red+Green+Blue) = 248+254+30=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 30 (12.11% from 255 or 5.64% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FE1E is #0701E1. Grayscale: #E3E3E3. Windows color (decimal): -459234 or 2031352. OLE color: 2031352.
HSL color Cylindrical-coordinate representation of color #F8FE1E: hue angle of 61.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8FE1E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 30 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.00 |
| HSL | 61.61º | 0.99% | 0.56% | - |
| HSV(B) | 61.61º | 0.88% | 1% | - |
| XYZ | 74.39 | 90.93 | 14.86 | - |
| YUV | 226.67 | 17.01 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 30 | 0.02 | 0 | 0.88 | 0.00 | 61.61 | 0.99 | 0.56 |
| Hex | F8 | FE | 1E | 2 | 0 | 58 | 0 | 3E | 63 | 38 |
| Octal | 370 | 376 | 36 | 2 | 0 | 130 | 0 | 76 | 143 | 70 |
| Binary | 11111000 | 11111110 | 11110 | 10 | 0 | 1011000 | 0 | 111110 | 1100011 | 111000 |
Color Harmonies of #F8FE1E
Complementary color
Monochromatic Colors of #F8FE1E
Black with #F8FE1E
Text Example
Text Example
White with #F8FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE1E; }
p { color: rgb(248,254,30); }
H1.HeaderClassName
{
color: #F8FE1E;
}
.AnyTagClassName
{
color: #F8FE1E;
}
</style>
background-color css
<style>
a { background-color: #F8FE1E; }
a { background-color: rgb(248,254,30); }
div.DivClassName
{
background-color: #F8FE1E;
}
.BgClassName
{
background-color: #F8FE1E;
}
</style>
border-color css
<style>
span { border-color: #F8FE1E; }
span { border-color: rgb(248,254,30); }
td.TdClassName
{
border-color: #F8FE1E;
}
.TagClassName
{
border-color: #F8FE1E;
}
</style>