Shades of Salmon #F37C64
Tints of Salmon #F37C64
RGB
CMYK
RGB Variations
Color information
#F37C64 (or 0xF37C64) is known color: Salmon. HEX triplet: F3, 7C and 64. RGB value is (243,124,100). Sum of RGB (Red+Green+Blue) = 243+124+100=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C64 is #0C839B. Grayscale: #9D9D9D. Windows color (decimal): -820124 or 6585587. OLE color: 6585587.
HSL color Cylindrical-coordinate representation of color #F37C64: hue angle of 10.07º 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 #F37C64 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 100 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.05 |
| HSL | 10.07º | 0.86% | 0.67% | - |
| HSV(B) | 10.07º | 0.59% | 0.95% | - |
| XYZ | 46.47 | 34.39 | 16.25 | - |
| YUV | 156.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 100 | 0 | 0.49 | 0.59 | 0.05 | 10.07 | 0.86 | 0.67 |
| Hex | F3 | 7C | 64 | 0 | 31 | 3B | 5 | A | 56 | 43 |
| Octal | 363 | 174 | 144 | 0 | 61 | 73 | 5 | 12 | 126 | 103 |
| Binary | 11110011 | 1111100 | 1100100 | 0 | 110001 | 111011 | 101 | 1010 | 1010110 | 1000011 |
Color Harmonies of #F37C64
Complementary color
Monochromatic Colors of #F37C64
Black with #F37C64
Text Example
Text Example
White with #F37C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C64; }
p { color: rgb(243,124,100); }
H1.HeaderClassName
{
color: #F37C64;
}
.AnyTagClassName
{
color: #F37C64;
}
</style>
background-color css
<style>
a { background-color: #F37C64; }
a { background-color: rgb(243,124,100); }
div.DivClassName
{
background-color: #F37C64;
}
.BgClassName
{
background-color: #F37C64;
}
</style>
border-color css
<style>
span { border-color: #F37C64; }
span { border-color: rgb(243,124,100); }
td.TdClassName
{
border-color: #F37C64;
}
.TagClassName
{
border-color: #F37C64;
}
</style>