Shades of Salmon #F87674
Tints of Salmon #F87674
RGB
CMYK
RGB Variations
Color information
#F87674 (or 0xF87674) is known color: Salmon. HEX triplet: F8, 76 and 74. RGB value is (248,118,116). Sum of RGB (Red+Green+Blue) = 248+118+116=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87674 is #07898B. Grayscale: #9C9C9C. Windows color (decimal): -493964 or 7632632. OLE color: 7632632.
HSL color Cylindrical-coordinate representation of color #F87674: hue angle of 0.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87674 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 116 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.03 |
| HSL | 0.91º | 0.9% | 0.71% | - |
| HSV(B) | 0.91º | 0.53% | 0.97% | - |
| XYZ | 48.34 | 34.17 | 20.57 | - |
| YUV | 156.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 116 | 0 | 0.52 | 0.53 | 0.03 | 0.91 | 0.9 | 0.71 |
| Hex | F8 | 76 | 74 | 0 | 34 | 35 | 3 | 1 | 5A | 47 |
| Octal | 370 | 166 | 164 | 0 | 64 | 65 | 3 | 1 | 132 | 107 |
| Binary | 11111000 | 1110110 | 1110100 | 0 | 110100 | 110101 | 11 | 1 | 1011010 | 1000111 |
Color Harmonies of #F87674
Complementary color
Monochromatic Colors of #F87674
Black with #F87674
Text Example
Text Example
White with #F87674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87674; }
p { color: rgb(248,118,116); }
H1.HeaderClassName
{
color: #F87674;
}
.AnyTagClassName
{
color: #F87674;
}
</style>
background-color css
<style>
a { background-color: #F87674; }
a { background-color: rgb(248,118,116); }
div.DivClassName
{
background-color: #F87674;
}
.BgClassName
{
background-color: #F87674;
}
</style>
border-color css
<style>
span { border-color: #F87674; }
span { border-color: rgb(248,118,116); }
td.TdClassName
{
border-color: #F87674;
}
.TagClassName
{
border-color: #F87674;
}
</style>