Shades of Salmon #F7826A
Tints of Salmon #F7826A
RGB
CMYK
RGB Variations
Color information
#F7826A (or 0xF7826A) is known color: Salmon. HEX triplet: F7, 82 and 6A. RGB value is (247,130,106). Sum of RGB (Red+Green+Blue) = 247+130+106=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7826A is #087D95. Grayscale: #A2A2A2. Windows color (decimal): -556438 or 6980343. OLE color: 6980343.
HSL color Cylindrical-coordinate representation of color #F7826A: hue angle of 10.21º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7826A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.03 |
| HSL | 10.21º | 0.9% | 0.69% | - |
| HSV(B) | 10.21º | 0.57% | 0.97% | - |
| XYZ | 48.94 | 36.78 | 18.16 | - |
| YUV | 162.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 106 | 0 | 0.47 | 0.57 | 0.03 | 10.21 | 0.9 | 0.69 |
| Hex | F7 | 82 | 6A | 0 | 2F | 39 | 3 | A | 5A | 45 |
| Octal | 367 | 202 | 152 | 0 | 57 | 71 | 3 | 12 | 132 | 105 |
| Binary | 11110111 | 10000010 | 1101010 | 0 | 101111 | 111001 | 11 | 1010 | 1011010 | 1000101 |
Color Harmonies of #F7826A
Complementary color
Monochromatic Colors of #F7826A
Black with #F7826A
Text Example
Text Example
White with #F7826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7826A; }
p { color: rgb(247,130,106); }
H1.HeaderClassName
{
color: #F7826A;
}
.AnyTagClassName
{
color: #F7826A;
}
</style>
background-color css
<style>
a { background-color: #F7826A; }
a { background-color: rgb(247,130,106); }
div.DivClassName
{
background-color: #F7826A;
}
.BgClassName
{
background-color: #F7826A;
}
</style>
border-color css
<style>
span { border-color: #F7826A; }
span { border-color: rgb(247,130,106); }
td.TdClassName
{
border-color: #F7826A;
}
.TagClassName
{
border-color: #F7826A;
}
</style>