Shades of Salmon #F17C64
Tints of Salmon #F17C64
RGB
CMYK
RGB Variations
Color information
#F17C64 (or 0xF17C64) is known color: Salmon. HEX triplet: F1, 7C and 64. RGB value is (241,124,100). Sum of RGB (Red+Green+Blue) = 241+124+100=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C64 is #0E839B. Grayscale: #9C9C9C. Windows color (decimal): -951196 or 6585585. OLE color: 6585585.
HSL color Cylindrical-coordinate representation of color #F17C64: hue angle of 10.21º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F17C64 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 100 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.05 |
| HSL | 10.21º | 0.83% | 0.67% | - |
| HSV(B) | 10.21º | 0.59% | 0.95% | - |
| XYZ | 45.78 | 34.04 | 16.21 | - |
| YUV | 156.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 100 | 0 | 0.49 | 0.59 | 0.05 | 10.21 | 0.83 | 0.67 |
| Hex | F1 | 7C | 64 | 0 | 31 | 3B | 5 | A | 53 | 43 |
| Octal | 361 | 174 | 144 | 0 | 61 | 73 | 5 | 12 | 123 | 103 |
| Binary | 11110001 | 1111100 | 1100100 | 0 | 110001 | 111011 | 101 | 1010 | 1010011 | 1000011 |
Color Harmonies of #F17C64
Complementary color
Monochromatic Colors of #F17C64
Black with #F17C64
Text Example
Text Example
White with #F17C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C64; }
p { color: rgb(241,124,100); }
H1.HeaderClassName
{
color: #F17C64;
}
.AnyTagClassName
{
color: #F17C64;
}
</style>
background-color css
<style>
a { background-color: #F17C64; }
a { background-color: rgb(241,124,100); }
div.DivClassName
{
background-color: #F17C64;
}
.BgClassName
{
background-color: #F17C64;
}
</style>
border-color css
<style>
span { border-color: #F17C64; }
span { border-color: rgb(241,124,100); }
td.TdClassName
{
border-color: #F17C64;
}
.TagClassName
{
border-color: #F17C64;
}
</style>