Shades of Salmon #FF8672
Tints of Salmon #FF8672
RGB
CMYK
RGB Variations
Color information
#FF8672 (or 0xFF8672) is known color: Salmon. HEX triplet: FF, 86 and 72. RGB value is (255,134,114). Sum of RGB (Red+Green+Blue) = 255+134+114=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8672 is #00798D. Grayscale: #A8A8A8. Windows color (decimal): -31118 or 7505663. OLE color: 7505663.
HSL color Cylindrical-coordinate representation of color #FF8672: hue angle of 8.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8672 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 114 | - |
| CMYK | 0 | 0.47 | 0.55 | 0 |
| HSL | 8.51º | 1% | 0.72% | - |
| HSV(B) | 8.51º | 0.55% | 1% | - |
| XYZ | 52.8 | 39.53 | 20.77 | - |
| YUV | 167.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 114 | 0 | 0.47 | 0.55 | 0 | 8.51 | 1 | 0.72 |
| Hex | FF | 86 | 72 | 0 | 2F | 37 | 0 | 9 | 64 | 48 |
| Octal | 377 | 206 | 162 | 0 | 57 | 67 | 0 | 11 | 144 | 110 |
| Binary | 11111111 | 10000110 | 1110010 | 0 | 101111 | 110111 | 0 | 1001 | 1100100 | 1001000 |
Color Harmonies of #FF8672
Complementary color
Monochromatic Colors of #FF8672
Black with #FF8672
Text Example
Text Example
White with #FF8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8672; }
p { color: rgb(255,134,114); }
H1.HeaderClassName
{
color: #FF8672;
}
.AnyTagClassName
{
color: #FF8672;
}
</style>
background-color css
<style>
a { background-color: #FF8672; }
a { background-color: rgb(255,134,114); }
div.DivClassName
{
background-color: #FF8672;
}
.BgClassName
{
background-color: #FF8672;
}
</style>
border-color css
<style>
span { border-color: #FF8672; }
span { border-color: rgb(255,134,114); }
td.TdClassName
{
border-color: #FF8672;
}
.TagClassName
{
border-color: #FF8672;
}
</style>