Shades of Salmon #F7826B
Tints of Salmon #F7826B
RGB
CMYK
RGB Variations
Color information
#F7826B (or 0xF7826B) is known color: Salmon. HEX triplet: F7, 82 and 6B. RGB value is (247,130,107). Sum of RGB (Red+Green+Blue) = 247+130+107=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7826B is #087D94. Grayscale: #A2A2A2. Windows color (decimal): -556437 or 7045879. OLE color: 7045879.
HSL color Cylindrical-coordinate representation of color #F7826B: hue angle of 9.86º 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 #F7826B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 107 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.03 |
| HSL | 9.86º | 0.9% | 0.69% | - |
| HSV(B) | 9.86º | 0.57% | 0.97% | - |
| XYZ | 48.99 | 36.8 | 18.43 | - |
| YUV | 162.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 107 | 0 | 0.47 | 0.57 | 0.03 | 9.86 | 0.9 | 0.69 |
| Hex | F7 | 82 | 6B | 0 | 2F | 39 | 3 | A | 5A | 45 |
| Octal | 367 | 202 | 153 | 0 | 57 | 71 | 3 | 12 | 132 | 105 |
| Binary | 11110111 | 10000010 | 1101011 | 0 | 101111 | 111001 | 11 | 1010 | 1011010 | 1000101 |
Color Harmonies of #F7826B
Complementary color
Monochromatic Colors of #F7826B
Black with #F7826B
Text Example
Text Example
White with #F7826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7826B; }
p { color: rgb(247,130,107); }
H1.HeaderClassName
{
color: #F7826B;
}
.AnyTagClassName
{
color: #F7826B;
}
</style>
background-color css
<style>
a { background-color: #F7826B; }
a { background-color: rgb(247,130,107); }
div.DivClassName
{
background-color: #F7826B;
}
.BgClassName
{
background-color: #F7826B;
}
</style>
border-color css
<style>
span { border-color: #F7826B; }
span { border-color: rgb(247,130,107); }
td.TdClassName
{
border-color: #F7826B;
}
.TagClassName
{
border-color: #F7826B;
}
</style>