Shades of Salmon #F87D65
Tints of Salmon #F87D65
RGB
CMYK
RGB Variations
Color information
#F87D65 (or 0xF87D65) is known color: Salmon. HEX triplet: F8, 7D and 65. RGB value is (248,125,101). Sum of RGB (Red+Green+Blue) = 248+125+101=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D65 is #07829A. Grayscale: #9F9F9F. Windows color (decimal): -492187 or 6651384. OLE color: 6651384.
HSL color Cylindrical-coordinate representation of color #F87D65: hue angle of 9.8º 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 #F87D65 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 101 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.03 |
| HSL | 9.8º | 0.91% | 0.68% | - |
| HSV(B) | 9.8º | 0.59% | 0.97% | - |
| XYZ | 48.39 | 35.56 | 16.63 | - |
| YUV | 159.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 101 | 0 | 0.50 | 0.59 | 0.03 | 9.8 | 0.91 | 0.68 |
| Hex | F8 | 7D | 65 | 0 | 32 | 3B | 3 | A | 5B | 44 |
| Octal | 370 | 175 | 145 | 0 | 62 | 73 | 3 | 12 | 133 | 104 |
| Binary | 11111000 | 1111101 | 1100101 | 0 | 110010 | 111011 | 11 | 1010 | 1011011 | 1000100 |
Color Harmonies of #F87D65
Complementary color
Monochromatic Colors of #F87D65
Black with #F87D65
Text Example
Text Example
White with #F87D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D65; }
p { color: rgb(248,125,101); }
H1.HeaderClassName
{
color: #F87D65;
}
.AnyTagClassName
{
color: #F87D65;
}
</style>
background-color css
<style>
a { background-color: #F87D65; }
a { background-color: rgb(248,125,101); }
div.DivClassName
{
background-color: #F87D65;
}
.BgClassName
{
background-color: #F87D65;
}
</style>
border-color css
<style>
span { border-color: #F87D65; }
span { border-color: rgb(248,125,101); }
td.TdClassName
{
border-color: #F87D65;
}
.TagClassName
{
border-color: #F87D65;
}
</style>