Shades of Salmon #F8756F
Tints of Salmon #F8756F
RGB
CMYK
RGB Variations
Color information
#F8756F (or 0xF8756F) is known color: Salmon. HEX triplet: F8, 75 and 6F. RGB value is (248,117,111). Sum of RGB (Red+Green+Blue) = 248+117+111=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8756F is #078A90. Grayscale: #9B9B9B. Windows color (decimal): -494225 or 7304696. OLE color: 7304696.
HSL color Cylindrical-coordinate representation of color #F8756F: hue angle of 2.63º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8756F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.03 |
| HSL | 2.63º | 0.91% | 0.7% | - |
| HSV(B) | 2.63º | 0.55% | 0.97% | - |
| XYZ | 47.94 | 33.83 | 19.04 | - |
| YUV | 155.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 111 | 0 | 0.53 | 0.55 | 0.03 | 2.63 | 0.91 | 0.7 |
| Hex | F8 | 75 | 6F | 0 | 35 | 37 | 3 | 3 | 5B | 46 |
| Octal | 370 | 165 | 157 | 0 | 65 | 67 | 3 | 3 | 133 | 106 |
| Binary | 11111000 | 1110101 | 1101111 | 0 | 110101 | 110111 | 11 | 11 | 1011011 | 1000110 |
Color Harmonies of #F8756F
Complementary color
Monochromatic Colors of #F8756F
Black with #F8756F
Text Example
Text Example
White with #F8756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8756F; }
p { color: rgb(248,117,111); }
H1.HeaderClassName
{
color: #F8756F;
}
.AnyTagClassName
{
color: #F8756F;
}
</style>
background-color css
<style>
a { background-color: #F8756F; }
a { background-color: rgb(248,117,111); }
div.DivClassName
{
background-color: #F8756F;
}
.BgClassName
{
background-color: #F8756F;
}
</style>
border-color css
<style>
span { border-color: #F8756F; }
span { border-color: rgb(248,117,111); }
td.TdClassName
{
border-color: #F8756F;
}
.TagClassName
{
border-color: #F8756F;
}
</style>