Shades of Salmon #F37B66
Tints of Salmon #F37B66
RGB
CMYK
RGB Variations
Color information
#F37B66 (or 0xF37B66) is known color: Salmon. HEX triplet: F3, 7B and 66. RGB value is (243,123,102). Sum of RGB (Red+Green+Blue) = 243+123+102=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B66 is #0C8499. Grayscale: #9C9C9C. Windows color (decimal): -820378 or 6716403. OLE color: 6716403.
HSL color Cylindrical-coordinate representation of color #F37B66: hue angle of 8.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F37B66 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 102 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.05 |
| HSL | 8.94º | 0.85% | 0.68% | - |
| HSV(B) | 8.94º | 0.58% | 0.95% | - |
| XYZ | 46.44 | 34.18 | 16.72 | - |
| YUV | 156.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 102 | 0 | 0.49 | 0.58 | 0.05 | 8.94 | 0.85 | 0.68 |
| Hex | F3 | 7B | 66 | 0 | 31 | 3A | 5 | 9 | 55 | 44 |
| Octal | 363 | 173 | 146 | 0 | 61 | 72 | 5 | 11 | 125 | 104 |
| Binary | 11110011 | 1111011 | 1100110 | 0 | 110001 | 111010 | 101 | 1001 | 1010101 | 1000100 |
Color Harmonies of #F37B66
Complementary color
Monochromatic Colors of #F37B66
Black with #F37B66
Text Example
Text Example
White with #F37B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B66; }
p { color: rgb(243,123,102); }
H1.HeaderClassName
{
color: #F37B66;
}
.AnyTagClassName
{
color: #F37B66;
}
</style>
background-color css
<style>
a { background-color: #F37B66; }
a { background-color: rgb(243,123,102); }
div.DivClassName
{
background-color: #F37B66;
}
.BgClassName
{
background-color: #F37B66;
}
</style>
border-color css
<style>
span { border-color: #F37B66; }
span { border-color: rgb(243,123,102); }
td.TdClassName
{
border-color: #F37B66;
}
.TagClassName
{
border-color: #F37B66;
}
</style>