Shades of Salmon #F7826C
Tints of Salmon #F7826C
RGB
CMYK
RGB Variations
Color information
#F7826C (or 0xF7826C) is known color: Salmon. HEX triplet: F7, 82 and 6C. RGB value is (247,130,108). Sum of RGB (Red+Green+Blue) = 247+130+108=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7826C is #087D93. Grayscale: #A2A2A2. Windows color (decimal): -556436 or 7111415. OLE color: 7111415.
HSL color Cylindrical-coordinate representation of color #F7826C: hue angle of 9.5º 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 #F7826C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 108 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.5º | 0.9% | 0.7% | - |
| HSV(B) | 9.5º | 0.56% | 0.97% | - |
| XYZ | 49.05 | 36.82 | 18.71 | - |
| YUV | 162.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 108 | 0 | 0.47 | 0.56 | 0.03 | 9.5 | 0.9 | 0.7 |
| Hex | F7 | 82 | 6C | 0 | 2F | 38 | 3 | 9 | 5A | 46 |
| Octal | 367 | 202 | 154 | 0 | 57 | 70 | 3 | 11 | 132 | 106 |
| Binary | 11110111 | 10000010 | 1101100 | 0 | 101111 | 111000 | 11 | 1001 | 1011010 | 1000110 |
Color Harmonies of #F7826C
Complementary color
Monochromatic Colors of #F7826C
Black with #F7826C
Text Example
Text Example
White with #F7826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7826C; }
p { color: rgb(247,130,108); }
H1.HeaderClassName
{
color: #F7826C;
}
.AnyTagClassName
{
color: #F7826C;
}
</style>
background-color css
<style>
a { background-color: #F7826C; }
a { background-color: rgb(247,130,108); }
div.DivClassName
{
background-color: #F7826C;
}
.BgClassName
{
background-color: #F7826C;
}
</style>
border-color css
<style>
span { border-color: #F7826C; }
span { border-color: rgb(247,130,108); }
td.TdClassName
{
border-color: #F7826C;
}
.TagClassName
{
border-color: #F7826C;
}
</style>