Shades of Salmon #F17E6D
Tints of Salmon #F17E6D
RGB
CMYK
RGB Variations
Color information
#F17E6D (or 0xF17E6D) is known color: Salmon. HEX triplet: F1, 7E and 6D. RGB value is (241,126,109). Sum of RGB (Red+Green+Blue) = 241+126+109=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E6D is #0E8192. Grayscale: #9E9E9E. Windows color (decimal): -950675 or 7175921. OLE color: 7175921.
HSL color Cylindrical-coordinate representation of color #F17E6D: hue angle of 7.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F17E6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 109 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.05 |
| HSL | 7.73º | 0.83% | 0.69% | - |
| HSV(B) | 7.73º | 0.55% | 0.95% | - |
| XYZ | 46.5 | 34.73 | 18.72 | - |
| YUV | 158.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 109 | 0 | 0.48 | 0.55 | 0.05 | 7.73 | 0.83 | 0.69 |
| Hex | F1 | 7E | 6D | 0 | 30 | 37 | 5 | 8 | 52 | 45 |
| Octal | 361 | 176 | 155 | 0 | 60 | 67 | 5 | 10 | 122 | 105 |
| Binary | 11110001 | 1111110 | 1101101 | 0 | 110000 | 110111 | 101 | 1000 | 1010010 | 1000101 |
Color Harmonies of #F17E6D
Complementary color
Monochromatic Colors of #F17E6D
Black with #F17E6D
Text Example
Text Example
White with #F17E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E6D; }
p { color: rgb(241,126,109); }
H1.HeaderClassName
{
color: #F17E6D;
}
.AnyTagClassName
{
color: #F17E6D;
}
</style>
background-color css
<style>
a { background-color: #F17E6D; }
a { background-color: rgb(241,126,109); }
div.DivClassName
{
background-color: #F17E6D;
}
.BgClassName
{
background-color: #F17E6D;
}
</style>
border-color css
<style>
span { border-color: #F17E6D; }
span { border-color: rgb(241,126,109); }
td.TdClassName
{
border-color: #F17E6D;
}
.TagClassName
{
border-color: #F17E6D;
}
</style>