Shades of Salmon #F37D64
Tints of Salmon #F37D64
RGB
CMYK
RGB Variations
Color information
#F37D64 (or 0xF37D64) is known color: Salmon. HEX triplet: F3, 7D and 64. RGB value is (243,125,100). Sum of RGB (Red+Green+Blue) = 243+125+100=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D64 is #0C829B. Grayscale: #9D9D9D. Windows color (decimal): -819868 or 6585843. OLE color: 6585843.
HSL color Cylindrical-coordinate representation of color #F37D64: hue angle of 10.49º degrees, saturation: 0.86, 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 #F37D64 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 100 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.05 |
| HSL | 10.49º | 0.86% | 0.67% | - |
| HSV(B) | 10.49º | 0.59% | 0.95% | - |
| XYZ | 46.6 | 34.64 | 16.29 | - |
| YUV | 157.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 100 | 0 | 0.49 | 0.59 | 0.05 | 10.49 | 0.86 | 0.67 |
| Hex | F3 | 7D | 64 | 0 | 31 | 3B | 5 | A | 56 | 43 |
| Octal | 363 | 175 | 144 | 0 | 61 | 73 | 5 | 12 | 126 | 103 |
| Binary | 11110011 | 1111101 | 1100100 | 0 | 110001 | 111011 | 101 | 1010 | 1010110 | 1000011 |
Color Harmonies of #F37D64
Complementary color
Monochromatic Colors of #F37D64
Black with #F37D64
Text Example
Text Example
White with #F37D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D64; }
p { color: rgb(243,125,100); }
H1.HeaderClassName
{
color: #F37D64;
}
.AnyTagClassName
{
color: #F37D64;
}
</style>
background-color css
<style>
a { background-color: #F37D64; }
a { background-color: rgb(243,125,100); }
div.DivClassName
{
background-color: #F37D64;
}
.BgClassName
{
background-color: #F37D64;
}
</style>
border-color css
<style>
span { border-color: #F37D64; }
span { border-color: rgb(243,125,100); }
td.TdClassName
{
border-color: #F37D64;
}
.TagClassName
{
border-color: #F37D64;
}
</style>