Shades of Lemon #F8FF27
Tints of Lemon #F8FF27
RGB
CMYK
RGB Variations
Color information
#F8FF27 (or 0xF8FF27) is known color: Lemon. HEX triplet: F8, FF and 27. RGB value is (248,255,39). Sum of RGB (Red+Green+Blue) = 248+255+39=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 39 (15.62% from 255 or 7.20% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF27 is #0700D8. Grayscale: #E5E5E5. Windows color (decimal): -458969 or 2621432. OLE color: 2621432.
HSL color Cylindrical-coordinate representation of color #F8FF27: hue angle of 61.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8FF27 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 39 | - |
| CMYK | 0.03 | 0 | 0.85 | 0 |
| HSL | 61.94º | 1% | 0.58% | - |
| HSV(B) | 61.94º | 0.85% | 1% | - |
| XYZ | 74.84 | 91.62 | 15.66 | - |
| YUV | 228.28 | 21.18 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 39 | 0.03 | 0 | 0.85 | 0 | 61.94 | 1 | 0.58 |
| Hex | F8 | FF | 27 | 3 | 0 | 55 | 0 | 3E | 64 | 3A |
| Octal | 370 | 377 | 47 | 3 | 0 | 125 | 0 | 76 | 144 | 72 |
| Binary | 11111000 | 11111111 | 100111 | 11 | 0 | 1010101 | 0 | 111110 | 1100100 | 111010 |
Color Harmonies of #F8FF27
Complementary color
Monochromatic Colors of #F8FF27
Black with #F8FF27
Text Example
Text Example
White with #F8FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF27; }
p { color: rgb(248,255,39); }
H1.HeaderClassName
{
color: #F8FF27;
}
.AnyTagClassName
{
color: #F8FF27;
}
</style>
background-color css
<style>
a { background-color: #F8FF27; }
a { background-color: rgb(248,255,39); }
div.DivClassName
{
background-color: #F8FF27;
}
.BgClassName
{
background-color: #F8FF27;
}
</style>
border-color css
<style>
span { border-color: #F8FF27; }
span { border-color: rgb(248,255,39); }
td.TdClassName
{
border-color: #F8FF27;
}
.TagClassName
{
border-color: #F8FF27;
}
</style>