Shades of Salmon #F38667
Tints of Salmon #F38667
RGB
CMYK
RGB Variations
Color information
#F38667 (or 0xF38667) is known color: Salmon. HEX triplet: F3, 86 and 67. RGB value is (243,134,103). Sum of RGB (Red+Green+Blue) = 243+134+103=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F38667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38667 is #0C7998. Grayscale: #A3A3A3. Windows color (decimal): -817561 or 6784755. OLE color: 6784755.
HSL color Cylindrical-coordinate representation of color #F38667: hue angle of 13.29º 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 #F38667 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 103 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.05 |
| HSL | 13.29º | 0.85% | 0.68% | - |
| HSV(B) | 13.29º | 0.58% | 0.95% | - |
| XYZ | 47.94 | 37.08 | 17.46 | - |
| YUV | 163.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 103 | 0 | 0.45 | 0.58 | 0.05 | 13.29 | 0.85 | 0.68 |
| Hex | F3 | 86 | 67 | 0 | 2D | 3A | 5 | D | 55 | 44 |
| Octal | 363 | 206 | 147 | 0 | 55 | 72 | 5 | 15 | 125 | 104 |
| Binary | 11110011 | 10000110 | 1100111 | 0 | 101101 | 111010 | 101 | 1101 | 1010101 | 1000100 |
Color Harmonies of #F38667
Complementary color
Monochromatic Colors of #F38667
Black with #F38667
Text Example
Text Example
White with #F38667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38667; }
p { color: rgb(243,134,103); }
H1.HeaderClassName
{
color: #F38667;
}
.AnyTagClassName
{
color: #F38667;
}
</style>
background-color css
<style>
a { background-color: #F38667; }
a { background-color: rgb(243,134,103); }
div.DivClassName
{
background-color: #F38667;
}
.BgClassName
{
background-color: #F38667;
}
</style>
border-color css
<style>
span { border-color: #F38667; }
span { border-color: rgb(243,134,103); }
td.TdClassName
{
border-color: #F38667;
}
.TagClassName
{
border-color: #F38667;
}
</style>