Shades of Salmon #F8726D
Tints of Salmon #F8726D
RGB
CMYK
RGB Variations
Color information
#F8726D (or 0xF8726D) is known color: Salmon. HEX triplet: F8, 72 and 6D. RGB value is (248,114,109). Sum of RGB (Red+Green+Blue) = 248+114+109=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8726D is #078D92. Grayscale: #999999. Windows color (decimal): -494995 or 7172856. OLE color: 7172856.
HSL color Cylindrical-coordinate representation of color #F8726D: hue angle of 2.16º degrees, saturation: 0.91, 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 #F8726D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 109 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.03 |
| HSL | 2.16º | 0.91% | 0.7% | - |
| HSV(B) | 2.16º | 0.56% | 0.97% | - |
| XYZ | 47.49 | 33.1 | 18.35 | - |
| YUV | 153.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 109 | 0 | 0.54 | 0.56 | 0.03 | 2.16 | 0.91 | 0.7 |
| Hex | F8 | 72 | 6D | 0 | 36 | 38 | 3 | 2 | 5B | 46 |
| Octal | 370 | 162 | 155 | 0 | 66 | 70 | 3 | 2 | 133 | 106 |
| Binary | 11111000 | 1110010 | 1101101 | 0 | 110110 | 111000 | 11 | 10 | 1011011 | 1000110 |
Color Harmonies of #F8726D
Complementary color
Monochromatic Colors of #F8726D
Black with #F8726D
Text Example
Text Example
White with #F8726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8726D; }
p { color: rgb(248,114,109); }
H1.HeaderClassName
{
color: #F8726D;
}
.AnyTagClassName
{
color: #F8726D;
}
</style>
background-color css
<style>
a { background-color: #F8726D; }
a { background-color: rgb(248,114,109); }
div.DivClassName
{
background-color: #F8726D;
}
.BgClassName
{
background-color: #F8726D;
}
</style>
border-color css
<style>
span { border-color: #F8726D; }
span { border-color: rgb(248,114,109); }
td.TdClassName
{
border-color: #F8726D;
}
.TagClassName
{
border-color: #F8726D;
}
</style>