Shades of Salmon #F17C67
Tints of Salmon #F17C67
RGB
CMYK
RGB Variations
Color information
#F17C67 (or 0xF17C67) is known color: Salmon. HEX triplet: F1, 7C and 67. RGB value is (241,124,103). Sum of RGB (Red+Green+Blue) = 241+124+103=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C67 is #0E8398. Grayscale: #9C9C9C. Windows color (decimal): -951193 or 6782193. OLE color: 6782193.
HSL color Cylindrical-coordinate representation of color #F17C67: hue angle of 9.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17C67 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 103 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.05 |
| HSL | 9.13º | 0.83% | 0.67% | - |
| HSV(B) | 9.13º | 0.57% | 0.95% | - |
| XYZ | 45.93 | 34.1 | 16.99 | - |
| YUV | 156.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 103 | 0 | 0.49 | 0.57 | 0.05 | 9.13 | 0.83 | 0.67 |
| Hex | F1 | 7C | 67 | 0 | 31 | 39 | 5 | 9 | 53 | 43 |
| Octal | 361 | 174 | 147 | 0 | 61 | 71 | 5 | 11 | 123 | 103 |
| Binary | 11110001 | 1111100 | 1100111 | 0 | 110001 | 111001 | 101 | 1001 | 1010011 | 1000011 |
Color Harmonies of #F17C67
Complementary color
Monochromatic Colors of #F17C67
Black with #F17C67
Text Example
Text Example
White with #F17C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C67; }
p { color: rgb(241,124,103); }
H1.HeaderClassName
{
color: #F17C67;
}
.AnyTagClassName
{
color: #F17C67;
}
</style>
background-color css
<style>
a { background-color: #F17C67; }
a { background-color: rgb(241,124,103); }
div.DivClassName
{
background-color: #F17C67;
}
.BgClassName
{
background-color: #F17C67;
}
</style>
border-color css
<style>
span { border-color: #F17C67; }
span { border-color: rgb(241,124,103); }
td.TdClassName
{
border-color: #F17C67;
}
.TagClassName
{
border-color: #F17C67;
}
</style>