Shades of Laser Lemon #F8F565
Tints of Laser Lemon #F8F565
RGB
CMYK
RGB Variations
Color information
#F8F565 (or 0xF8F565) is known color: Laser Lemon. HEX triplet: F8, F5 and 65. RGB value is (248,245,101). Sum of RGB (Red+Green+Blue) = 248+245+101=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F565 is #070A9A. Grayscale: #E6E6E6. Windows color (decimal): -461467 or 6682104. OLE color: 6682104.
HSL color Cylindrical-coordinate representation of color #F8F565: hue angle of 58.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8F565 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 101 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.03 |
| HSL | 58.78º | 0.91% | 0.68% | - |
| HSV(B) | 58.78º | 0.59% | 0.97% | - |
| XYZ | 73.71 | 86.2 | 25.07 | - |
| YUV | 229.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 101 | 0 | 0.01 | 0.59 | 0.03 | 58.78 | 0.91 | 0.68 |
| Hex | F8 | F5 | 65 | 0 | 1 | 3B | 3 | 3B | 5B | 44 |
| Octal | 370 | 365 | 145 | 0 | 1 | 73 | 3 | 73 | 133 | 104 |
| Binary | 11111000 | 11110101 | 1100101 | 0 | 1 | 111011 | 11 | 111011 | 1011011 | 1000100 |
Color Harmonies of #F8F565
Complementary color
Monochromatic Colors of #F8F565
Black with #F8F565
Text Example
Text Example
White with #F8F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F565; }
p { color: rgb(248,245,101); }
H1.HeaderClassName
{
color: #F8F565;
}
.AnyTagClassName
{
color: #F8F565;
}
</style>
background-color css
<style>
a { background-color: #F8F565; }
a { background-color: rgb(248,245,101); }
div.DivClassName
{
background-color: #F8F565;
}
.BgClassName
{
background-color: #F8F565;
}
</style>
border-color css
<style>
span { border-color: #F8F565; }
span { border-color: rgb(248,245,101); }
td.TdClassName
{
border-color: #F8F565;
}
.TagClassName
{
border-color: #F8F565;
}
</style>