Shades of Salmon #F67867
Tints of Salmon #F67867
RGB
CMYK
RGB Variations
Color information
#F67867 (or 0xF67867) is known color: Salmon. HEX triplet: F6, 78 and 67. RGB value is (246,120,103). Sum of RGB (Red+Green+Blue) = 246+120+103=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F67867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67867 is #098798. Grayscale: #9B9B9B. Windows color (decimal): -624537 or 6781174. OLE color: 6781174.
HSL color Cylindrical-coordinate representation of color #F67867: hue angle of 7.13º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67867 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 103 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.04 |
| HSL | 7.13º | 0.89% | 0.68% | - |
| HSV(B) | 7.13º | 0.58% | 0.96% | - |
| XYZ | 47.17 | 34.01 | 16.91 | - |
| YUV | 155.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 103 | 0 | 0.51 | 0.58 | 0.04 | 7.13 | 0.89 | 0.68 |
| Hex | F6 | 78 | 67 | 0 | 33 | 3A | 4 | 7 | 59 | 44 |
| Octal | 366 | 170 | 147 | 0 | 63 | 72 | 4 | 7 | 131 | 104 |
| Binary | 11110110 | 1111000 | 1100111 | 0 | 110011 | 111010 | 100 | 111 | 1011001 | 1000100 |
Color Harmonies of #F67867
Complementary color
Monochromatic Colors of #F67867
Black with #F67867
Text Example
Text Example
White with #F67867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67867; }
p { color: rgb(246,120,103); }
H1.HeaderClassName
{
color: #F67867;
}
.AnyTagClassName
{
color: #F67867;
}
</style>
background-color css
<style>
a { background-color: #F67867; }
a { background-color: rgb(246,120,103); }
div.DivClassName
{
background-color: #F67867;
}
.BgClassName
{
background-color: #F67867;
}
</style>
border-color css
<style>
span { border-color: #F67867; }
span { border-color: rgb(246,120,103); }
td.TdClassName
{
border-color: #F67867;
}
.TagClassName
{
border-color: #F67867;
}
</style>