Shades of Salmon #F87D67
Tints of Salmon #F87D67
RGB
CMYK
RGB Variations
Color information
#F87D67 (or 0xF87D67) is known color: Salmon. HEX triplet: F8, 7D and 67. RGB value is (248,125,103). Sum of RGB (Red+Green+Blue) = 248+125+103=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D67 is #078298. Grayscale: #9F9F9F. Windows color (decimal): -492185 or 6782456. OLE color: 6782456.
HSL color Cylindrical-coordinate representation of color #F87D67: hue angle of 9.1º 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 #F87D67 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 103 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.03 |
| HSL | 9.1º | 0.91% | 0.69% | - |
| HSV(B) | 9.1º | 0.58% | 0.97% | - |
| XYZ | 48.49 | 35.6 | 17.15 | - |
| YUV | 159.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 103 | 0 | 0.50 | 0.58 | 0.03 | 9.1 | 0.91 | 0.69 |
| Hex | F8 | 7D | 67 | 0 | 32 | 3A | 3 | 9 | 5B | 45 |
| Octal | 370 | 175 | 147 | 0 | 62 | 72 | 3 | 11 | 133 | 105 |
| Binary | 11111000 | 1111101 | 1100111 | 0 | 110010 | 111010 | 11 | 1001 | 1011011 | 1000101 |
Color Harmonies of #F87D67
Complementary color
Monochromatic Colors of #F87D67
Black with #F87D67
Text Example
Text Example
White with #F87D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D67; }
p { color: rgb(248,125,103); }
H1.HeaderClassName
{
color: #F87D67;
}
.AnyTagClassName
{
color: #F87D67;
}
</style>
background-color css
<style>
a { background-color: #F87D67; }
a { background-color: rgb(248,125,103); }
div.DivClassName
{
background-color: #F87D67;
}
.BgClassName
{
background-color: #F87D67;
}
</style>
border-color css
<style>
span { border-color: #F87D67; }
span { border-color: rgb(248,125,103); }
td.TdClassName
{
border-color: #F87D67;
}
.TagClassName
{
border-color: #F87D67;
}
</style>