Shades of Salmon #F8756B
Tints of Salmon #F8756B
RGB
CMYK
RGB Variations
Color information
#F8756B (or 0xF8756B) is known color: Salmon. HEX triplet: F8, 75 and 6B. RGB value is (248,117,107). Sum of RGB (Red+Green+Blue) = 248+117+107=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8756B is #078A94. Grayscale: #9B9B9B. Windows color (decimal): -494229 or 7042552. OLE color: 7042552.
HSL color Cylindrical-coordinate representation of color #F8756B: hue angle of 4.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8756B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 107 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.03 |
| HSL | 4.26º | 0.91% | 0.7% | - |
| HSV(B) | 4.26º | 0.57% | 0.97% | - |
| XYZ | 47.73 | 33.74 | 17.91 | - |
| YUV | 155.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 107 | 0 | 0.53 | 0.57 | 0.03 | 4.26 | 0.91 | 0.7 |
| Hex | F8 | 75 | 6B | 0 | 35 | 39 | 3 | 4 | 5B | 46 |
| Octal | 370 | 165 | 153 | 0 | 65 | 71 | 3 | 4 | 133 | 106 |
| Binary | 11111000 | 1110101 | 1101011 | 0 | 110101 | 111001 | 11 | 100 | 1011011 | 1000110 |
Color Harmonies of #F8756B
Complementary color
Monochromatic Colors of #F8756B
Black with #F8756B
Text Example
Text Example
White with #F8756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8756B; }
p { color: rgb(248,117,107); }
H1.HeaderClassName
{
color: #F8756B;
}
.AnyTagClassName
{
color: #F8756B;
}
</style>
background-color css
<style>
a { background-color: #F8756B; }
a { background-color: rgb(248,117,107); }
div.DivClassName
{
background-color: #F8756B;
}
.BgClassName
{
background-color: #F8756B;
}
</style>
border-color css
<style>
span { border-color: #F8756B; }
span { border-color: rgb(248,117,107); }
td.TdClassName
{
border-color: #F8756B;
}
.TagClassName
{
border-color: #F8756B;
}
</style>