Shades of Salmon #F8736C
Tints of Salmon #F8736C
RGB
CMYK
RGB Variations
Color information
#F8736C (or 0xF8736C) is known color: Salmon. HEX triplet: F8, 73 and 6C. RGB value is (248,115,108). Sum of RGB (Red+Green+Blue) = 248+115+108=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8736C is #078C93. Grayscale: #9A9A9A. Windows color (decimal): -494740 or 7107576. OLE color: 7107576.
HSL color Cylindrical-coordinate representation of color #F8736C: hue angle of 3º 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 #F8736C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 108 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.03 |
| HSL | 3º | 0.91% | 0.7% | - |
| HSV(B) | 3º | 0.56% | 0.97% | - |
| XYZ | 47.55 | 33.3 | 18.11 | - |
| YUV | 153.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 108 | 0 | 0.54 | 0.56 | 0.03 | 3 | 0.91 | 0.7 |
| Hex | F8 | 73 | 6C | 0 | 36 | 38 | 3 | 3 | 5B | 46 |
| Octal | 370 | 163 | 154 | 0 | 66 | 70 | 3 | 3 | 133 | 106 |
| Binary | 11111000 | 1110011 | 1101100 | 0 | 110110 | 111000 | 11 | 11 | 1011011 | 1000110 |
Color Harmonies of #F8736C
Complementary color
Monochromatic Colors of #F8736C
Black with #F8736C
Text Example
Text Example
White with #F8736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8736C; }
p { color: rgb(248,115,108); }
H1.HeaderClassName
{
color: #F8736C;
}
.AnyTagClassName
{
color: #F8736C;
}
</style>
background-color css
<style>
a { background-color: #F8736C; }
a { background-color: rgb(248,115,108); }
div.DivClassName
{
background-color: #F8736C;
}
.BgClassName
{
background-color: #F8736C;
}
</style>
border-color css
<style>
span { border-color: #F8736C; }
span { border-color: rgb(248,115,108); }
td.TdClassName
{
border-color: #F8736C;
}
.TagClassName
{
border-color: #F8736C;
}
</style>