Shades of Salmon #F87D68
Tints of Salmon #F87D68
RGB
CMYK
RGB Variations
Color information
#F87D68 (or 0xF87D68) is known color: Salmon. HEX triplet: F8, 7D and 68. RGB value is (248,125,104). Sum of RGB (Red+Green+Blue) = 248+125+104=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D68 is #078297. Grayscale: #9F9F9F. Windows color (decimal): -492184 or 6847992. OLE color: 6847992.
HSL color Cylindrical-coordinate representation of color #F87D68: hue angle of 8.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F87D68 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 104 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.03 |
| HSL | 8.75º | 0.91% | 0.69% | - |
| HSV(B) | 8.75º | 0.58% | 0.97% | - |
| XYZ | 48.54 | 35.62 | 17.41 | - |
| YUV | 159.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 104 | 0 | 0.50 | 0.58 | 0.03 | 8.75 | 0.91 | 0.69 |
| Hex | F8 | 7D | 68 | 0 | 32 | 3A | 3 | 9 | 5B | 45 |
| Octal | 370 | 175 | 150 | 0 | 62 | 72 | 3 | 11 | 133 | 105 |
| Binary | 11111000 | 1111101 | 1101000 | 0 | 110010 | 111010 | 11 | 1001 | 1011011 | 1000101 |
Color Harmonies of #F87D68
Complementary color
Monochromatic Colors of #F87D68
Black with #F87D68
Text Example
Text Example
White with #F87D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D68; }
p { color: rgb(248,125,104); }
H1.HeaderClassName
{
color: #F87D68;
}
.AnyTagClassName
{
color: #F87D68;
}
</style>
background-color css
<style>
a { background-color: #F87D68; }
a { background-color: rgb(248,125,104); }
div.DivClassName
{
background-color: #F87D68;
}
.BgClassName
{
background-color: #F87D68;
}
</style>
border-color css
<style>
span { border-color: #F87D68; }
span { border-color: rgb(248,125,104); }
td.TdClassName
{
border-color: #F87D68;
}
.TagClassName
{
border-color: #F87D68;
}
</style>