Shades of Salmon #F48667
Tints of Salmon #F48667
RGB
CMYK
RGB Variations
Color information
#F48667 (or 0xF48667) is known color: Salmon. HEX triplet: F4, 86 and 67. RGB value is (244,134,103). Sum of RGB (Red+Green+Blue) = 244+134+103=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F48667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48667 is #0B7998. Grayscale: #A3A3A3. Windows color (decimal): -752025 or 6784756. OLE color: 6784756.
HSL color Cylindrical-coordinate representation of color #F48667: hue angle of 13.19º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F48667 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 103 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.04 |
| HSL | 13.19º | 0.87% | 0.68% | - |
| HSV(B) | 13.19º | 0.58% | 0.96% | - |
| XYZ | 48.28 | 37.26 | 17.48 | - |
| YUV | 163.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 103 | 0 | 0.45 | 0.58 | 0.04 | 13.19 | 0.87 | 0.68 |
| Hex | F4 | 86 | 67 | 0 | 2D | 3A | 4 | D | 57 | 44 |
| Octal | 364 | 206 | 147 | 0 | 55 | 72 | 4 | 15 | 127 | 104 |
| Binary | 11110100 | 10000110 | 1100111 | 0 | 101101 | 111010 | 100 | 1101 | 1010111 | 1000100 |
Color Harmonies of #F48667
Complementary color
Monochromatic Colors of #F48667
Black with #F48667
Text Example
Text Example
White with #F48667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48667; }
p { color: rgb(244,134,103); }
H1.HeaderClassName
{
color: #F48667;
}
.AnyTagClassName
{
color: #F48667;
}
</style>
background-color css
<style>
a { background-color: #F48667; }
a { background-color: rgb(244,134,103); }
div.DivClassName
{
background-color: #F48667;
}
.BgClassName
{
background-color: #F48667;
}
</style>
border-color css
<style>
span { border-color: #F48667; }
span { border-color: rgb(244,134,103); }
td.TdClassName
{
border-color: #F48667;
}
.TagClassName
{
border-color: #F48667;
}
</style>