Shades of Salmon #F88673
Tints of Salmon #F88673
RGB
CMYK
RGB Variations
Color information
#F88673 (or 0xF88673) is known color: Salmon. HEX triplet: F8, 86 and 73. RGB value is (248,134,115). Sum of RGB (Red+Green+Blue) = 248+134+115=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88673 is #07798C. Grayscale: #A6A6A6. Windows color (decimal): -489869 or 7571192. OLE color: 7571192.
HSL color Cylindrical-coordinate representation of color #F88673: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F88673 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 115 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.03 |
| HSL | 8.57º | 0.9% | 0.71% | - |
| HSV(B) | 8.57º | 0.54% | 0.97% | - |
| XYZ | 50.33 | 38.24 | 20.95 | - |
| YUV | 165.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 115 | 0 | 0.46 | 0.54 | 0.03 | 8.57 | 0.9 | 0.71 |
| Hex | F8 | 86 | 73 | 0 | 2E | 36 | 3 | 9 | 5A | 47 |
| Octal | 370 | 206 | 163 | 0 | 56 | 66 | 3 | 11 | 132 | 107 |
| Binary | 11111000 | 10000110 | 1110011 | 0 | 101110 | 110110 | 11 | 1001 | 1011010 | 1000111 |
Color Harmonies of #F88673
Complementary color
Monochromatic Colors of #F88673
Black with #F88673
Text Example
Text Example
White with #F88673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88673; }
p { color: rgb(248,134,115); }
H1.HeaderClassName
{
color: #F88673;
}
.AnyTagClassName
{
color: #F88673;
}
</style>
background-color css
<style>
a { background-color: #F88673; }
a { background-color: rgb(248,134,115); }
div.DivClassName
{
background-color: #F88673;
}
.BgClassName
{
background-color: #F88673;
}
</style>
border-color css
<style>
span { border-color: #F88673; }
span { border-color: rgb(248,134,115); }
td.TdClassName
{
border-color: #F88673;
}
.TagClassName
{
border-color: #F88673;
}
</style>