Shades of Salmon #F7836C
Tints of Salmon #F7836C
RGB
CMYK
RGB Variations
Color information
#F7836C (or 0xF7836C) is known color: Salmon. HEX triplet: F7, 83 and 6C. RGB value is (247,131,108). Sum of RGB (Red+Green+Blue) = 247+131+108=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7836C is #087C93. Grayscale: #A3A3A3. Windows color (decimal): -556180 or 7111671. OLE color: 7111671.
HSL color Cylindrical-coordinate representation of color #F7836C: hue angle of 9.93º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7836C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 108 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.93º | 0.9% | 0.7% | - |
| HSV(B) | 9.93º | 0.56% | 0.97% | - |
| XYZ | 49.18 | 37.09 | 18.75 | - |
| YUV | 163.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 108 | 0 | 0.47 | 0.56 | 0.03 | 9.93 | 0.9 | 0.7 |
| Hex | F7 | 83 | 6C | 0 | 2F | 38 | 3 | A | 5A | 46 |
| Octal | 367 | 203 | 154 | 0 | 57 | 70 | 3 | 12 | 132 | 106 |
| Binary | 11110111 | 10000011 | 1101100 | 0 | 101111 | 111000 | 11 | 1010 | 1011010 | 1000110 |
Color Harmonies of #F7836C
Complementary color
Monochromatic Colors of #F7836C
Black with #F7836C
Text Example
Text Example
White with #F7836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7836C; }
p { color: rgb(247,131,108); }
H1.HeaderClassName
{
color: #F7836C;
}
.AnyTagClassName
{
color: #F7836C;
}
</style>
background-color css
<style>
a { background-color: #F7836C; }
a { background-color: rgb(247,131,108); }
div.DivClassName
{
background-color: #F7836C;
}
.BgClassName
{
background-color: #F7836C;
}
</style>
border-color css
<style>
span { border-color: #F7836C; }
span { border-color: rgb(247,131,108); }
td.TdClassName
{
border-color: #F7836C;
}
.TagClassName
{
border-color: #F7836C;
}
</style>