Shades of Salmon #F37C6D
Tints of Salmon #F37C6D
RGB
CMYK
RGB Variations
Color information
#F37C6D (or 0xF37C6D) is known color: Salmon. HEX triplet: F3, 7C and 6D. RGB value is (243,124,109). Sum of RGB (Red+Green+Blue) = 243+124+109=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C6D is #0C8392. Grayscale: #9E9E9E. Windows color (decimal): -820115 or 7175411. OLE color: 7175411.
HSL color Cylindrical-coordinate representation of color #F37C6D: hue angle of 6.72º degrees, saturation: 0.85, 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 #F37C6D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 109 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.05 |
| HSL | 6.72º | 0.85% | 0.69% | - |
| HSV(B) | 6.72º | 0.55% | 0.95% | - |
| XYZ | 46.93 | 34.57 | 18.67 | - |
| YUV | 157.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 109 | 0 | 0.49 | 0.55 | 0.05 | 6.72 | 0.85 | 0.69 |
| Hex | F3 | 7C | 6D | 0 | 31 | 37 | 5 | 7 | 55 | 45 |
| Octal | 363 | 174 | 155 | 0 | 61 | 67 | 5 | 7 | 125 | 105 |
| Binary | 11110011 | 1111100 | 1101101 | 0 | 110001 | 110111 | 101 | 111 | 1010101 | 1000101 |
Color Harmonies of #F37C6D
Complementary color
Monochromatic Colors of #F37C6D
Black with #F37C6D
Text Example
Text Example
White with #F37C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C6D; }
p { color: rgb(243,124,109); }
H1.HeaderClassName
{
color: #F37C6D;
}
.AnyTagClassName
{
color: #F37C6D;
}
</style>
background-color css
<style>
a { background-color: #F37C6D; }
a { background-color: rgb(243,124,109); }
div.DivClassName
{
background-color: #F37C6D;
}
.BgClassName
{
background-color: #F37C6D;
}
</style>
border-color css
<style>
span { border-color: #F37C6D; }
span { border-color: rgb(243,124,109); }
td.TdClassName
{
border-color: #F37C6D;
}
.TagClassName
{
border-color: #F37C6D;
}
</style>