Shades of Salmon #F48675
Tints of Salmon #F48675
RGB
CMYK
RGB Variations
Color information
#F48675 (or 0xF48675) is known color: Salmon. HEX triplet: F4, 86 and 75. RGB value is (244,134,117). Sum of RGB (Red+Green+Blue) = 244+134+117=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F48675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48675 is #0B798A. Grayscale: #A5A5A5. Windows color (decimal): -752011 or 7702260. OLE color: 7702260.
HSL color Cylindrical-coordinate representation of color #F48675: hue angle of 8.03º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F48675 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 117 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.04 |
| HSL | 8.03º | 0.85% | 0.71% | - |
| HSV(B) | 8.03º | 0.52% | 0.96% | - |
| XYZ | 49.04 | 37.57 | 21.5 | - |
| YUV | 164.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 117 | 0 | 0.45 | 0.52 | 0.04 | 8.03 | 0.85 | 0.71 |
| Hex | F4 | 86 | 75 | 0 | 2D | 34 | 4 | 8 | 55 | 47 |
| Octal | 364 | 206 | 165 | 0 | 55 | 64 | 4 | 10 | 125 | 107 |
| Binary | 11110100 | 10000110 | 1110101 | 0 | 101101 | 110100 | 100 | 1000 | 1010101 | 1000111 |
Color Harmonies of #F48675
Complementary color
Monochromatic Colors of #F48675
Black with #F48675
Text Example
Text Example
White with #F48675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48675; }
p { color: rgb(244,134,117); }
H1.HeaderClassName
{
color: #F48675;
}
.AnyTagClassName
{
color: #F48675;
}
</style>
background-color css
<style>
a { background-color: #F48675; }
a { background-color: rgb(244,134,117); }
div.DivClassName
{
background-color: #F48675;
}
.BgClassName
{
background-color: #F48675;
}
</style>
border-color css
<style>
span { border-color: #F48675; }
span { border-color: rgb(244,134,117); }
td.TdClassName
{
border-color: #F48675;
}
.TagClassName
{
border-color: #F48675;
}
</style>